Module rama::http::layer::upgrade::service

Expand description

upgrade service to handle branching into http upgrade services

See UpgradeService for more details.

Structsยง

  • UpgradeHandler is a helper struct used internally to create an 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.