Struct hawk::RequestBuilder [] [src]

pub struct RequestBuilder<'a>(_);

Methods

impl<'a> RequestBuilder<'a>
[src]

Create a new request with the given method, host, port, and path.

Create a new request with the host, port, and path determined from the URL.

Set the request method. This should be a capitalized string.

Set the URL path for the request.

Set the URL hostname for the request

Set the URL port for the request

Set the hostname, port, and path for the request, from a string URL.

Set the content hash for the request

Set the ext Hawk property for the request

Set the app Hawk property for the request

Set the dlg Hawk property for the request

Get the request from this builder

Trait Implementations

impl<'a> Debug for RequestBuilder<'a>
[src]

Formats the value using the given formatter.

impl<'a> Clone for RequestBuilder<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more