Module upgrade
Expand description
middleware to handle branching into http upgrade services
See UpgradeService for more details.
Modules§
Structs§
- Default
Http Proxy Connect Reply Service - A default
Servicewhich responds on an http (proxy) connect with a default http response and which injects the destination address as the proxy target. - Http
Proxy Connect Relay Service Request Matcher - Default matcher that can be used for Http proxy connects.
- Http
Proxy Connect Relay Service Response Matcher - Created by
HttpProxyConnectRelayServiceRequestMatcherfor a valid http proxy connect request match, this response matcher half ensures the returned status code is successfull. - Upgrade
Layer - UpgradeLayer is a middleware that can be used to upgrade a request.
- Upgrade
Service - Upgrade service can be used to handle the possibility of upgrading a request, after which it will pass down the transport RW to the attached upgrade service.
- Upgraded
- An upgraded HTTP connection.