Expand description
HTTP related middleware. Various middleware implementations for HTTP specific purposes.
Structs§
- Authority
- Represent the http URI scheme that is returned by the HTTP host header
- Host
Filter - Middleware to enable host filtering.
- Host
Filter Layer - Middleware to enable host filtering.
- Invalid
Path - Error that occur if the specified path doesn’t start with
/<path>
- Proxy
GetRequest - Proxy
GET /path
requests to the specified RPC method calls. - Proxy
GetRequest Layer - Layer that applies
ProxyGetRequest
which proxies theGET /path
requests to specific RPC method calls and that strips the response. - Whitelisted
Hosts - Represent the URL patterns that is whitelisted.
Enums§
- Authority
Error - Error that can happen when parsing an URI authority fails.
- Port
- Port pattern