Package: @effect/platform
Module: Cookies
Add a cookie to a Cookies object
Signature
declare const set: { (name: string, value: string, options?: Cookie["options"]): (self: Cookies) => Either.Either<Cookies, CookiesError>; (self: Cookies, name: string, value: string, options?: Cookie["options"]): Either.Either<Cookies, CookiesError>; }
Since v1.0.0