Skip to content
This repository has been archived by the owner on Oct 30, 2022. It is now read-only.

Releases: meeshkan/py-http-types

v0.0.14

19 Mar 14:23
Compare
Choose a tag to compare

Add HttpExchangeWriter.to_dict() and HttpExchangeWriter.to_json().

v0.0.7

07 Feb 11:20
Compare
Choose a tag to compare
  • Add a version requirement on python-dateutil (#19).

v0.0.6

07 Feb 11:03
Compare
Choose a tag to compare
  • Fix bug in inferring path from url without path (#16).
  • Handle multi-valued query parameters in path building (#17)
  • Avoid depending on native C code (#18).

v0.0.5

04 Feb 09:27
Compare
Choose a tag to compare
  • The req and res properties has been renamed to request and response, both in the JSON format and on HttpExchange.
  • When reading JSON, only one of path or (pathname, query) properties is now needed - the missing fields are reconstructed from the other ones.
  • Add timestamp properties to requests and responses.