Struct actix_http::ResponseHead [−][src]
pub struct ResponseHead {
pub version: Version,
pub status: StatusCode,
pub headers: HeaderMap,
pub reason: Option<&'static str>,
// some fields omitted
}
Fields
version: Version
status: StatusCode
headers: HeaderMap
reason: Option<&'static str>
Implementations
Create new instance of ResponseHead
type
Message extensions
Mutable reference to a the message’s extensions
Mutable reference to the message headers.
Set connection type of the message
Check if keep-alive is enabled
Set no chunking for payload
Trait Implementations
Convert ResponseHead
to a ResponseBuilder
fn from(head: &'a ResponseHead) -> ResponseBuilderⓘNotable traits for ResponseBuilderimpl Future for ResponseBuilder type Output = Result<Response, Error>;
fn from(head: &'a ResponseHead) -> ResponseBuilderⓘNotable traits for ResponseBuilderimpl Future for ResponseBuilder type Output = Result<Response, Error>;
Notable traits for ResponseBuilder
impl Future for ResponseBuilder type Output = Result<Response, Error>;
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for ResponseHead
impl !Send for ResponseHead
impl !Sync for ResponseHead
impl Unpin for ResponseHead
impl !UnwindSafe for ResponseHead
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more