logo
pub struct Response { /* private fields */ }
Expand description

Represents an HTTP response

Implementations

Creates a new blank Response.

Get headers reference.

Get mutable headers reference.

Set headers.

Get version.

Get mutable version reference.

Get body reference.

Get mutable body reference.

Set body.

Take body from response.

Take body from response.

Take body as String from response.

Take body as String from response with charset.

Take body bytes from response.

Get cookies reference.

Get mutable cookies reference.

Helper function for get cookie.

Helper function for add cookie.

Helper function for remove cookie.

Get status code.

Set status code.

Get content type.

Get http error if exists, only exists after use set_status_error set http error.

Set http error.

Render text as html content. It will set content-type to text/html; charset=utf-8.

Write bytes data to body.

Write streaming data.

Redirect temporary.

Redirect found.

Redirect other.

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Formats the value using the given formatter. Read more

Converts to this type from the input type.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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