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>
"/home/runner/work/amplify-js/amplify-js/amplify-js/packages/adapter-nextjs/node_modules/undici-types/index"
request
Function request
request
(
url
,
options
?
)
:
Promise
<
ResponseData
>
Performs an HTTP request.
Parameters
url
:
string
|
URL
|
UrlObject
Optional
options
:
{
dispatcher
?:
Dispatcher
;
}
&
Omit
<
Dispatcher
.
RequestOptions
,
"path"
|
"origin"
|
"method"
>
&
Partial
<
Pick
<
Dispatcher
.
RequestOptions
,
"method"
>
>
Returns
Promise
<
ResponseData
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Amplify JS API Documentation
aws-amplify
@aws-amplify
geo
interactions
predictions
pubsub
adapter-nextjs
datastore-storage-adapter
Performs an HTTP request.