Struct saphir::SyncRequest [] [src]

pub struct SyncRequest { /* fields omitted */ }

A Structure which represent an http request with a fully loaded body

Methods

impl SyncRequest
[src]

[src]

Construct a new Request.

[src]

Read the Request Uri.

[src]

Read the Request Version.

[src]

Read the Request headers.

[src]

Read the Request method.

Important traits for Vec<u8>
[src]

Read the Request body.

Important traits for Vec<u8>
[src]

Get a mutable reference to the Request body.

[src]

The target path of this Request.

[src]

The query string of this Request.

[src]

Get a mutable reference to the Request headers.

Trait Implementations

impl Debug for SyncRequest
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for SyncRequest

impl !Sync for SyncRequest