[][src]Module izanami_http::response

HTTP response.

Structs

Redirect

An IntoResponse that represents a redirection response.

Traits

IntoResponse

A trait representing the conversion into an HTTP response.

Type Definitions

Response

Type alias of http::Response<T> that fixed the body type to Body.