Crate get_cookie

Source
Expand description

Fetch a cookie from a locally-installed browser store

§Example

extern crate get_cookie;

  let cookie = get_cookie::get_cookie(".mydomain.com", "my-cookie-name");

Functions§