Struct conduit_test::MockRequest [] [src]

pub struct MockRequest { /* fields omitted */ }

Methods

impl MockRequest
[src]

Trait Implementations

impl Request for MockRequest
[src]

The version of HTTP being used

The version of the conduit spec being used

The request method, such as GET, POST, PUT, DELETE or PATCH

The scheme part of the request URL

The host part of the requested URL

The initial part of the request URL's path that corresponds to a virtual root. This allows an application to have a virtual location that consumes part of the path. Read more

The remainder of the path.

The portion of the request URL that follows the "?"

The remote IP address of the client or the last proxy that sent the request. Read more

The byte-size of the body, if any

The request's headers, as conduit::Headers.

A Reader for the body of the request

A readable map of extensions

A mutable map of extensions