Releases: medbeebs/hump
Releases · medbeebs/hump
v1.1.0
- Fix Response body encoding (was missing an empty line before, per HTTP protocol definition)
- Add JsonResponse that sets required headers
- Hump will now emit JsonResponse if handler returned list, tuple or dict, Response otherwise. (Unless specified manually by returning required response)
- New dependency on orjson for direct to bytes dumping of python objects
- Added default headers set on responses to_bytes call