shelf_proxy 1.0.4 shelf_proxy: ^1.0.4 copied to clipboard
A shelf handler for proxying HTTP requests to another server.
1.0.4 #
- Require Dart
2.19
. - Allow
package:http
v1.0.0
1.0.3 #
- Added package topics to the pubspec file.
- Require Dart
2.17
.
1.0.2 #
- Update the pubspec
repository
field.
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.0
ofshelf
.
0.1.0+2 #
- Support version
0.6.0
ofshelf
.
0.1.0+1 #
- Added
drone.io
badge 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.md
and doc comments oncreateProxyHandler
. -
Added an example.
0.0.1 #
- First release.