angel3_proxy 4.0.0
angel3_proxy: ^4.0.0 copied to clipboard
Angel middleware to forward requests to another server (i.e. pub serve).
4.0.0 #
- Migrated to support Dart SDK 2.12.x NNBD
3.0.0 #
- Migrated to work with Dart SDK 2.12.x Non NNBD
2.2.0 #
- Use
http.Clientinstead ofhttp.BaseClient, and make it an optional parameter. - Allow
baseUrlto acceptUriorString. - Add
Proxy.pushState.
2.1.2 #
- Apply lints.
2.1.1 #
- Update for framework@2.0.0-alpha.15
2.1.0 #
- Use
Uriinstead of archaichost,port, andmapTo. Also cleaner + safer + easier.
- Enable WebSocket proxying.
2.0.0 #
- Updates for Angel 2. Big thanks to @denkuy!
- Use
package:pathfor better path resolution.
1.1.1 #
- Removed reference to
io; now works with HTTP/2. Thanks to @daniel-v!