Struct finchers::Request [] [src]

pub struct Request { /* fields omitted */ }

The value of incoming HTTP request, without the request body

Methods

impl Request
[src]

[src]

Create a new instance of Request from given HTTP method and URI

[src]

Return the reference of HTTP method

[src]

Return the path of HTTP request

[src]

Return the query part of HTTP request

[src]

Return the reference of the header of HTTP request

[src]

Trait Implementations

impl Debug for Request
[src]

[src]

Formats the value using the given formatter.