Directories
¶
| Path | Synopsis |
|---|---|
|
Package client_code_generation writes the TypeScript a browser calls a mux's endpoints with: one function per endpoint, taking and returning the types the endpoint declares, so that a change to what an endpoint accepts is a compile error in the code calling it rather than a failure at the request.
|
Package client_code_generation writes the TypeScript a browser calls a mux's endpoints with: one function per endpoint, taking and returning the types the endpoint declares, so that a change to what an endpoint accepts is a compile error in the code calling it rather than a failure at the request. |
|
types/forwarded_headers
Package forwarded_headers reads what the proxies in front of a service say about the request the client actually made: RFC 7239's `Forwarded`, and the older `X-Forwarded-*` headers it replaced.
|
Package forwarded_headers reads what the proxies in front of a service say about the request the client actually made: RFC 7239's `Forwarded`, and the older `X-Forwarded-*` headers it replaced. |
|
types/request_parser/choice_request_parser
Package choice_request_parser admits a request that any one of several parsers admits.
|
Package choice_request_parser admits a request that any one of several parsers admits. |
|
types/request_parser/choice_request_parser/choice_request_parser_config
Package choice_request_parser_config holds the settings of an ordered-choice request parser.
|
Package choice_request_parser_config holds the settings of an ordered-choice request parser. |
|
fetch_config/retry_config/response_checker
Package response_checker decides, from what an attempt came back with, whether it is worth making again.
|
Package response_checker decides, from what an attempt came back with, whether it is worth making again. |
|
js_error_report
Package js_error_report holds what a page's own JavaScript reports about the errors it ran into: the bodies of the reports it posts, as opposed to the ones a browser posts on its own through the Reporting API.
|
Package js_error_report holds what a page's own JavaScript reports about the errors it ran into: the bodies of the reports it posts, as opposed to the ones a browser posts on its own through the Reporting API. |
Click to show internal directories.
Click to hide internal directories.