Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
switer committed Dec 26, 2013
1 parent 9f3e90c commit 121c092
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ proxyServer.proxy([
```

## Set Headers
```javascript
proxyServer.proxy([
{
from: 'localhost:9000',
Expand All @@ -51,8 +52,10 @@ proxyServer.proxy([
route: ['/']
},
]);
```

## Using HTTPS
```javascript
proxyServer.proxy([
{
from: 'localhost:9000',
Expand All @@ -61,6 +64,7 @@ proxyServer.proxy([
route: ['/']
},
]);
```

## License

Expand Down

0 comments on commit 121c092

Please sign in to comment.