[][src]Trait user_agent::SessionRequest

pub trait SessionRequest {
    fn add_cookies(self, _: Vec<&RawCookie<'static>>) -> Self;
}

Trait representing requests which can carry a Cookie header, appropriate for use with a Session

Required methods

fn add_cookies(self, _: Vec<&RawCookie<'static>>) -> Self

Add the given set of cookies to the request

Loading content...

Implementations on Foreign Types

impl SessionRequest for RequestBuilder
[src]

Loading content...

Implementors

Loading content...