Struct body_image_futio::RequestRecord[][src]

pub struct RequestRecord<B> { /* fields omitted */ }
Expand description

An http::Request and recording.

Note that other important getter methods for RequestRecord are found in trait implementation RequestRecorded.

Limitations: This can’t be Clone, because http::Request currently isn’t Clone. Also note that as used as type B, hyper::Body also isn’t Clone.

Implementations

The HTTP method (verb), e.g. GET, POST, etc.

The complete URL as used in the request.

Return the HTTP request.

Trait Implementations

Formats the value using the given formatter. Read more

Map of HTTP request headers.

Request body (e.g for HTTP POST, etc.) which may or may not be RAM resident. Read more

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

Performs the conversion.

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

Performs the conversion.

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