-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
29 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
To implement: | ||
|
||
- [ ] Get config from CLI args | ||
- [ ] Get config from YAML config file | ||
- [ ] Merge configs and pass into 'startup' function | ||
- [ ] Proxy requests for all HTTP methods to 'target' | ||
- [ ] Strip hop-by-hop headers | ||
- [ ] Add `x-forwarded-for` header | ||
- [ ] Implement TLS/SSL support | ||
- [ ] Implement upgrade for web sockets | ||
|
||
--- | ||
|
||
Things to consider: | ||
|
||
- [ ] Request body and content types, e.g. application/json, x-www-form-urlencoded, multipart/form-data | ||
- [ ] Query parameters | ||
- [ ] More 'complex' scenarios than just a JSON REST API request. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters