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

Method build

src/cookie.rs:65–67  ·  view source on GitHub ↗

Returns a `CookieBuilder` from the `cookie-rs` library to build a `Cookie`. # Example ``` use octane::prelude::*; use cookie::Cookie as CookieRs; let cookie = octane::cookie::Cookie::from( octane::cookie::Cookie::build("name", "value") .http_only(true) .finish() ); 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 5

acceptorFunction · 0.80
runFunction · 0.80
block_onFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected