Struct mio_httpc::SyncCall [] [src]

pub struct SyncCall<'a> { /* fields omitted */ }

Simplest possible call interface. Will block until complete.

Methods

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

[src]

[src]

How many milliseconds to wait for request to complete

[src]

Http headers

[src]

Max size of body

[src]

Execute GET to uri

[src]

Execute POST to uri with body. If from_file set buf is ignored.

[src]

Execute PUT to uri with body. If from_file set buf is ignored.

[src]

Execute OPTIONS to uri

[src]

Execute DELETE to uri

[src]

Execute HEAD to uri

Trait Implementations

Auto Trait Implementations

impl<'a> Send for SyncCall<'a>

impl<'a> Sync for SyncCall<'a>