Preparing search index...
The search index is not available
reacting-squirrel
reacting-squirrel
server
IRequest
Interface IRequest<S>
Express request.
Typeparam
S Type of the Session
interface
IRequest
<
S
>
{
cookieDomain
:
string
;
locale
:
string
;
session
:
S
;
getCookie
<
T
>
(
name
:
string
)
:
T
;
}
Type Parameters
S
extends
Session
=
Session
Hierarchy
Request
IRequest
Index
Properties
cookie
Domain
locale
session
Methods
get
Cookie
Properties
cookie
Domain
cookie
Domain
:
string
locale
locale
:
string
session
session
:
S
Methods
get
Cookie
get
Cookie
<
T
>
(
name
)
:
T
Type Parameters
T
=
any
Parameters
name
:
string
Returns
T
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
cookie
Domain
locale
session
Methods
get
Cookie
reacting-squirrel
Loading...
Express request.
Typeparam
S Type of the Session