All notable changes to mureq will be documented in this file.
v0.3.0 is the third release of mureq.
- Repeated headers in
Response.headersare now joined with,instead of,, matching the Requests behavior
- Redirect handling of 303 See Other now clears the request body
- Added
Response.raw_headers, which contains the original unjoined headers as anhttp.client.HTTPMessage.raw_headers.get_all(header_name)will retrieve a list of all repeated headers underheader_name. - Added type annotations (thanks @hbmartin!)
v0.2.0 is the second release of mureq.
jsonkwarg now accepts an arbitrary object to be serialized as JSON (matching the Requests behavior), instead of already-serialized JSON
- Added
raise_for_status()andjson()methods to theResponsetype, increasing API compatibility with Requests (#2, #4, thanks @mikeckennedy!)
v0.1.0 was the first release of mureq.