Struct ppapi::url::RequestInfoExperimental [-]  [+] [src]

pub struct RequestInfo {
    pub url: Url,
    pub method: Method,
    pub prefetch_buffer: Option<(i32, i32)>,
    pub body: Vec<Body>,
    pub headers: Headers,
    // some fields omitted
}

Fields

url
method
prefetch_buffer
body
headers

Methods

impl RequestInfo

fn set_prop(&mut self, prop: RequestProperties_, bit: bool)

fn unset_prop(&mut self, prop: RequestProperties_) -> bool

fn set_prop_value(&mut self, prop: RequestProperties_, bit: bool) -> bool

fn to_ffi(self) -> IoResult<UrlRequestInfo>

Trait Implementations

Derived Implementations

impl Clone for RequestInfo

fn clone(&self) -> RequestInfo

fn clone_from(&mut self, source: &Self)