v2.9.0
What's Changed
- feat: add method property to responses by @llimllib in #123
- fix: don't update Data when body is empty by @llimllib in #125
⚠️ Response format changes ⚠️
To improve compatibility with the original httpbin.org implementation:
- Endpoints that return metadata about the incoming HTTP request now include the request method
- Endpoints that return a
datafield containing the incoming HTTP request's body will now return an empty string for requests with empty bodies
New Contributors
Full Changelog: v2.8.0...v2.9.0