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
NextServer
NextRequestAndResponseContext
Interface NextRequestAndResponseContext
This context is normally available in the following:
Next App Router
route handler
when using the Web API
Response
to create the response of the route handler
interface
NextRequestAndResponseContext
{
request
:
NextRequest
;
response
:
Response
;
}
Index
Properties
request
response
Properties
request
request
:
NextRequest
response
response
:
Response
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
request
response
Amplify JS API Documentation
aws-amplify
@aws-amplify
geo
interactions
predictions
pubsub
adapter-nextjs
datastore-storage-adapter
This context is normally available in the following:
Response
to create the response of the route handler