Update README.md

This commit is contained in:
Tobe O 2017-04-09 22:15:45 -04:00 committed by GitHub
parent 64dc85ee89
commit be2060e2fd

View file

@ -4,7 +4,6 @@
[![build status](https://travis-ci.org/angel-dart/proxy.svg)](https://travis-ci.org/angel-dart/proxy)
Angel middleware to forward requests to another server (i.e. pub serve).
Based on [this repo](https://github.com/agilord/http_request_proxy).
```dart
import 'package:angel_proxy/angel_proxy.dart';
@ -24,4 +23,4 @@ main() async {
```
If your app's `storeOriginalBuffer` is `true`, then request bodies will be forwarded
as well, if they are not empty. This allows things like POST requests to function.
as well, if they are not empty. This allows things like POST requests to function.