Skip to main content

Module service

Module service 

Available on crate features http and std only.
Expand description

upgrade service to handle branching into http upgrade services

See UpgradeService for more details.

Structs§

UpgradeHandler
UpgradeHandler is a helper struct used internally to create an upgrade service.
UpgradeOutput
Complete output of a service registered with UpgradeLayer::new.
UpgradeResponse
Handshake response produced by the responder in a UpgradeLayer::new_with_services configuration.
UpgradeService
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.