iws_http 0.4.1
iws_http: ^0.4.1 copied to clipboard
Library to facilitate http requests with error handling for Rest API requests.
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.