Fake Mirrors
GitHub
Example
System
Light
Dark
Search…
Preparing search index...
@famir/http-proto
HttpSetCookie
Interface HttpSetCookie
Single set-cookie value.
interface
HttpSetCookie
{
domain
?:
string
;
expires
?:
number
;
httpOnly
?:
boolean
;
maxAge
?:
number
;
path
?:
string
;
sameSite
?:
string
;
secure
?:
boolean
;
value
:
string
;
}
Properties
Optional
domain
domain
?:
string
Optional
expires
expires
?:
number
Optional
http
Only
httpOnly
?:
boolean
Optional
max
Age
maxAge
?:
number
Optional
path
path
?:
string
Optional
same
Site
sameSite
?:
string
Optional
secure
secure
?:
boolean
value
value
:
string
Properties
domain
expires
http
Only
max
Age
path
same
Site
secure
value
GitHub
Example
Fake Mirrors
Loading...
Single set-cookie value.