Module rama::http::layer::upgrade

Expand description

middleware to handle branching into http upgrade services

See UpgradeService for more details.

Modules§

  • upgrade service to handle branching into http upgrade services

Structs§

  • UpgradeLayer is a middleware that can be used to upgrade a request.
  • 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.
  • An opaque object to represent an upgraded connection, that is to be operated on as an abstract bytes stream.