Releases: dart-pacotes/networking
Releases · dart-pacotes/networking
0.0.10
17 Oct 18:51
Compare
Sorry, something went wrong.
No results found
Fix relay proxy not using destination server base url for requests
0.0.9
16 Oct 10:30
Compare
Sorry, something went wrong.
No results found
Include proxy usage as a networking client
Include relay proxy usage as networking client
Include bypass headers configuration for relay proxy configuration
Include web example demo
Web demo link: https://freitzzz.github.io/networking-web-demo/
0.0.8
10 Sep 18:42
Compare
Sorry, something went wrong.
No results found
Fix bad usage of HttpError constructor tear-off
0.0.7
10 Sep 17:36
Compare
Sorry, something went wrong.
No results found
Include support of "HTTP Errors" (status code 400-599) as RequestError
Include more content(mime) types
Increase min Dart SDK version to 2.15 (to include support of constructor tear-off)
0.0.6
29 Aug 12:06
Compare
Sorry, something went wrong.
No results found
Fix bug where responses which content-type header had the charset concatenated (e.g., application/json;charset=UTF-8) were not getting recognized
Include example code in lib and call it from bin
0.0.5
29 Aug 10:28
Compare
Sorry, something went wrong.
No results found
Include support for multipart/form-data requests (#1 )
0.0.4
13 Aug 21:00
Compare
Sorry, something went wrong.
No results found
Include out-of-the-box JSON encoding for Map objects (#6 )
Fix bug where resolveUri method would output no host if base url or endpoint had multiple slashes (#7 )
Correct Request class not assigning properties
02 Jul 14:01
Compare
Sorry, something went wrong.
No results found
Networking is out! 🚀
17 May 22:21
Compare
Sorry, something went wrong.
No results found
Networking is out! 🚀
Actual first release of networking package.
Side Effect free HTTP client library (GET, POST, PUT, DELETE and PATCH)
Out-of-the-box Networking Client for GitHub Raw API consume
Out-of-the-box Networking Client for Imgur REST API consume