[][src]Module izanami_http::upgrade

HTTP upgrade abstraction.

Structs

NoUpgrade

A wrapper for HttpBody for adding implementation of HttpUpgrade.

Enums

MaybeUpgrade

An HttpUpgrade that contains either of an HttpBody or HttpUpgrade.

Traits

HttpUpgrade

A trait that represents HTTP protocol upgrade.

Functions

upgrade_fn

Creates an instance of HttpUpgrade using the provided function.