shelf_proxy 1.0.1
shelf_proxy: ^1.0.1 copied to clipboard
A shelf handler for proxying HTTP requests to another server.
1.0.1 #
- Drop dependency on
package:pedantic. - Require Dart
2.14.
1.0.0 #
- Require Dart
2.12. - Enable null safety.
- Removed deprecated
createProxyHandler.
0.1.0+7 #
- Added example.
- Fixed links in README.
0.1.0+6 #
- Support the latest version of
package:http.
0.1.0+5 #
- Support Dart 2.
0.1.0+4 #
- Internal changes only.
0.1.0+3 #
- Support version
0.7.0ofshelf.
0.1.0+2 #
- Support version
0.6.0ofshelf.
0.1.0+1 #
- Added
drone.iobadge toREADME.md.
0.1.0 #
-
createProxyHandler(new deprecated) is replaced withproxyHandler. -
Updated to be compatible with RFC 2616 Proxy specification.
0.0.2 #
-
Updated
README.mdand doc comments oncreateProxyHandler. -
Added an example.
0.0.1 #
- First release.