MCPcopy Create free account
hub / github.com/Effect-TS/effect / Cookies.ts

File Cookies.ts

packages/effect/src/unstable/http/Cookies.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/**
2 * Models HTTP cookies and cookie collections for requests and responses.
3 *
4 * A `Cookie` stores a name, value, encoded value, and standard cookie

Callers

nothing calls this directly

Calls 15

fromSetCookieFunction · 0.85
toSetCookieHeadersFunction · 0.85
fromReadonlyRecordFunction · 0.85
isCookiesFunction · 0.85
makeCookieFunction · 0.85
makeCookieUnsafeFunction · 0.85
setUnsafeFunction · 0.85
fromIterableFunction · 0.70
transformMethod · 0.65
setMethod · 0.65
pipeMethod · 0.65
getFunction · 0.50

Tested by

no test coverage detected