Skip to content

Releases: medbeebs/hump

v1.1.0

16 Nov 06:12

Choose a tag to compare

  • 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

v1.0.0

15 Nov 20:51

Choose a tag to compare

  • Basic framework handler registering
  • Basic HTTP/1.1 protocol parsing into dataclass models (Request, Response)
  • PoC usage example
  • Published to PyPi