requests 3.1.0
requests: ^3.1.0 copied to clipboard
a flutter library that helps with http requests and stored cookies
1.0.0 #
- Initial version
3.0.1 #
- updated api with breaking changes
3.0.3 #
- fix: parse json only if requested
3.0.4 #
- fix: added body in patch and delete methods
3.0.5 #
- fix: body in delete method
3.1.0 #
- feature: added optional parameter
port
(also supporting inline url representation e.g. "http://foo.bar:1337") - feature: added queryParameters support in get requests
- feature: created Github QA workflow to prevent pushes that breaks analyze or tests
- enhancement: changed http method strings into enum to avoid errors
- enhancement: improved type of arguments to prevent unexpected errors
- enhancement: added more validations on tests
- enhancement: executed flutter format to improve pub score
- fix: cookie matching incorrect variable + case insensitive