requests 4.7.0
requests: ^4.7.0 copied to clipboard
a flutter library that helps with http requests and stored cookies
Changelog #
4.7.0 - 2022-09-26 #
4.5.0 - 2022-09-02 #
4.4.1 - 2022-06-16 #
Fixed bugs:
- Flutter Web not working (HttpClient not found) #71
Merged pull requests:
- revert buggy web support #73 (MarcoDiGioia)
4.4.0 - 2022-06-16 #
4.3.0 - 2022-05-11 #
4.2.1 - 2022-05-10 #
4.2.0 - 2022-05-04 #
4.1.0 - 2022-03-22 #
Merged pull requests:
4.0.0-nullsafety.0 - 2022-03-14 #
Closed issues:
- Unable to catch TimeoutException when using flutter retry package #49
- 422 error doesn't throw exception #45
- Bug since i update requests 3.1.0 to 3.3.0 #41
- Is this lib has a support of remember_me token system ? #39
- no longer handling list of strings as a single queryParam #38
Merged pull requests:
3.3.0 - 2020-05-30 #
3.2.0 - 2020-05-23 #
Implemented enhancements:
- query params typing #27
Fixed bugs:
Closed issues:
- crash in getStoredCookies, calling fromJson with null #34
- please make the response headers more easily accessible #30
- Send a List in a POST request #28
Merged pull requests:
- Added the new properties "headers" and "contentType" to "Response"-Object. #35 (imdatsolak)
- Use single quotes instead of double quotes wherever appropriate #33 (anirudh24seven)
- Updated cookie extraction to account for cookies ending in == #29 (FilledStacks)
3.1.0 - 2020-03-11 #
3.0.5 - 2020-02-24 #
Merged pull requests:
- added functionality to send delete Requests with a Request Body #22 (frederikpietzko)
3.0.4 - 2020-02-18 #
Closed issues:
Merged pull requests:
- added body parameter to PATCH request since it is supported by the dart http client #20 (frederikpietzko)
3.0.3 - 2019-11-09 #
Closed issues:
Merged pull requests:
3.0.1 - 2019-10-20 #
2.0.1 - 2019-05-05 #
1.0.2 - 2019-02-17 #
Closed issues:
- peristsCookies parameter not passed from methods to _httpRequest #3
* This Changelog was automatically generated by github_changelog_generator