Creates a new `Cookie` instance with the given `name` and `value`. # Example ``` use octane::prelude::*; let cookie = octane::cookie::Cookie::new("name", "value"); println!("{:?}", cookie); ```
(name: &'a str, value: &'a str)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected