NEWS
reqres 0.2.5.9000
reqres 0.2.5 (2022-08-19)
- General upkeep
- Fix bug whith unnamed cookies (#12)
reqres 0.2.3 (2019-10-02)
- Fixed bug in Cookie parsing when cookie strings would include
=
- Added pkgdown site at https://reqres.data-imaginist.com
reqres 0.2.2 (2018-11-12)
- Fixed bug in querystring parsing where the first key would retain the
?
reqres 0.2.1 (2017-10-25)
- Added
querystring
field to Request
.
- Added
calculate_length()
method to Response
.
- Added
as_message()
method to Request
and Response
.
reqres 0.2.0 (2017-08-12)
- Moved to a shallow dependency of Rook, making it easier to substitute or
expand to other request formats
- Added content negotiation and body parsing and formatting
reqres 0.1.0
- Migrated Request and Response classes from
routr