Update README.md
This commit is contained in:
parent
64dc85ee89
commit
be2060e2fd
1 changed files with 1 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue