iws_http 0.8.0
iws_http: ^0.8.0 copied to clipboard
Library to facilitate http requests with error handling for Rest API requests.
0.8.0 #
- Added custom headers to requests.
0.7.1 #
- Fixed error message in file upload.
0.7.0 #
- Added fields to upload method.
0.6.1 #
- Fixed message error in responses with HTTP code 422.
0.6.0 #
- Updated to
http v1.2.1 - Fixed error in responses with HTTP code 204.
0.5.1 #
- Added error logs.
0.5.0 #
- Added PATCH method.
- Added timeout parameter.
0.4.1 #
- Fixed bug when decoding HTTP response.
0.4.0 #
- Added a non-singleton constructor.
0.3.0 #
- Added generatePath function to assist with path generation.
- Replaced the methods httpPost, httpPut, httpGet, httpDelete with post, put, get and delete.
0.2.0 #
- Added DataNotFoundException when server responds with 404 error.
- Added query parameters to httpUpload
0.1.0 #
- Removed required import iws_http/api_exception.dart.
0.0.1 #
- Initial release.