Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Update proxy documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Jul 29, 2015
1 parent 39b80a4 commit 6b4f47e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ Generate an API proxy from a RAML definition, which can be used locally or globa
* Authentication
* OAuth 1.0 **Coming Soon**
* OAuth 2.0
* Basic Authentication **Coming soon**
* Digest Authentication **Coming soon**
* Basic Authentication
* Digest Authentication
* Custom Security Schemes
* [RAML Mock Service](https://github.com/mulesoft-labs/osprey-mock-service)

Expand Down Expand Up @@ -432,10 +432,10 @@ osprey.security(raml, {
### Proxy

```js
osprey.createProxy(middleware, addresses)
osprey.proxy(middleware, addresses)
```

Pass in an Osprey middleware function with an array of addresses to proxy to and you have a fully-functioning validation proxy.
Pass in an Osprey middleware function with an array of addresses to proxy to and you have a fully-functioning validation and/or security proxy.

## License

Expand Down

0 comments on commit 6b4f47e

Please sign in to comment.