Library Documentation
NPM
GitHub
Preparing search index...
The search index is not available
Amplify JS API Documentation
Amplify JS API Documentation
@aws-amplify/adapter-nextjs
index
<Reference Types>
BaseNextRequest
Class BaseNextRequest<Body>
Abstract
Type Parameters
Body
=
any
Index
Constructors
constructor
Properties
_cookies
body
fetch
Metrics
headers
method
url
Accessors
cookies
Constructors
constructor
new
Base
Next
Request
<
Body
>
(
method
,
url
,
body
)
:
BaseNextRequest
<
Body
>
Type Parameters
Body
=
any
Parameters
method
:
string
url
:
string
body
:
Body
Returns
BaseNextRequest
<
Body
>
Properties
Protected
_cookies
_cookies
:
undefined
|
Partial
<
{
[
key
:
string
]
:
string
;
}
>
body
body
:
Body
Abstract
fetch
Metrics
fetch
Metrics
:
undefined
|
FetchMetric
[]
Abstract
headers
headers
:
IncomingHttpHeaders
method
method
:
string
url
url
:
string
Accessors
cookies
get
cookies
(
)
:
Partial
<
{
[
key
:
string
]
:
string
;
}
>
Returns
Partial
<
{
[
key
:
string
]
:
string
;
}
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
_cookies
body
fetch
Metrics
headers
method
url
cookies
Amplify JS API Documentation
aws-amplify
@aws-amplify
geo
interactions
predictions
pubsub
adapter-nextjs
datastore-storage-adapter