This repository was archived by the owner on Oct 30, 2022. It is now read-only.
Releases: meeshkan/py-http-types
Releases · meeshkan/py-http-types
v0.0.14
v0.0.7
v0.0.6
v0.0.5
- The
reqandresproperties has been renamed torequestandresponse, both in the JSON format and onHttpExchange. - When reading JSON, only one of
pathor (pathname,query) properties is now needed - the missing fields are reconstructed from the other ones. - Add
timestampproperties to requests and responses.