-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #94 from sevenval/develop
Release 20200828
- Loading branch information
Showing
17 changed files
with
586 additions
and
86 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,39 @@ | ||
# Cookbook | ||
|
||
## [How can I inspect the client request?](see-client-request.md) | ||
|
||
## [How can I pass an arbitrary header field to an upstream system?](pass-header-field-upstream.md) | ||
## [Protecting Access using JWT Tokens](x-flat-jwt.md) | ||
|
||
## [Proxying Requests to Upstream APIs (Swagger)](proxy-requests.md) | ||
|
||
## [Forwarding a Request to an Upstream API (Flow)](forward-request-upstream.md) | ||
## [Testing Templates](test-templates.md) | ||
|
||
## [How can I pass response headers to the client?](pass-header-field-downstream.md) | ||
## [Testing API Requests](test-api-request.md) | ||
|
||
## [How can I increase the request timeout to deal with a slow upstream system?](request-timeout.md) | ||
## [Testing with Backend Requests](test-backend.md) | ||
|
||
## [Sending POST requests](upstream-post-requests.md) | ||
## [File Serving](file-serving.md) | ||
|
||
## [Working with JWT](jwt.md) | ||
## [Error Handling](error-flow.md) | ||
|
||
## [Auto Docs with Swagger UI](swagger-docs.md) | ||
## [Extracting Common Initialization Flow Tasks](init-flow.md) | ||
|
||
## [Using the Built-in Mocking](builtin-mocking.md) | ||
## [Using Environment Variables](envvars.md) | ||
|
||
## [Extracting Common Initialization Flow Tasks](init-flow.md) | ||
## [Logging Custom Fields](custom-logging.md) | ||
|
||
## [Testing Templates](test-templates.md) | ||
## [Forwarding a Request to an Upstream API (Flow)](forward-request-upstream.md) | ||
|
||
## [Testing API Requests](test-api-request.md) | ||
## [How can I pass an arbitrary header field to an upstream system?](pass-header-field-upstream.md) | ||
|
||
## [Testing with Backend Requests](test-backend.md) | ||
## [How can I pass response headers to the client?](pass-header-field-downstream.md) | ||
|
||
## [Using Environment Variables](envvars.md) | ||
## [How can I increase the request timeout to deal with a slow upstream system?](request-timeout.md) | ||
|
||
## [File Serving](file-serving.md) | ||
## [Sending POST requests](upstream-post-requests.md) | ||
|
||
## [Error Handling](error-flow.md) | ||
## [Signing JWT](jwt.md) | ||
|
||
## [Logging Custom Fields](custom-logging.md) | ||
## [How can I inspect the client request?](see-client-request.md) | ||
|
||
## [Auto Docs with Swagger UI](swagger-docs.md) | ||
|
||
## [Using the Built-in Mocking](builtin-mocking.md) |
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
Oops, something went wrong.