MCPcopy Create free account
hub / github.com/OctaneWeb/Octane / new

Method new

src/cookie.rs:45–49  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected