Struct webdriver::httpapi::WebDriverHttpApi [] [src]

pub struct WebDriverHttpApi<U: WebDriverExtensionRoute> {
    // some fields omitted
}

Methods

impl<U: WebDriverExtensionRoute> WebDriverHttpApi<U>
[src]

fn new(extension_routes: Vec<(Method, &str, U)>) -> WebDriverHttpApi<U>

fn decode_request(&self, method: Method, path: &str, body: &str) -> WebDriverResult<WebDriverMessage<U>>