Documentation
Preparing search index...
Client BYU
RequestCommand
Class RequestCommand<Context>
Wraps the Fetch Request class with a Command.
Type Parameters
Context
extends
ClientMiddlewareExecutionContext
=
ClientMiddlewareExecutionContext
Hierarchy (
View Summary
)
Command
<
RequestInput
,
RequestOutput
,
Context
>
RequestCommand
Index
Constructors
constructor
Properties
input
middleware
Constructors
constructor
new
RequestCommand
<
Context
extends
ClientMiddlewareExecutionContext
=
ClientMiddlewareExecutionContext
,
>
(
url
:
string
|
RequestInput
,
options
?:
RequestPromiseOptions & OptionalUriUrl
,
)
:
RequestCommand
<
Context
>
Type Parameters
Context
extends
ClientMiddlewareExecutionContext
=
ClientMiddlewareExecutionContext
Parameters
url
:
string
|
RequestInput
Optional
options
: RequestPromiseOptions & OptionalUriUrl
Returns
RequestCommand
<
Context
>
Properties
input
input
:
RequestInput
Readonly
middleware
middleware
:
MiddlewareStack
<
RequestInput
,
RequestOutput
,
Context
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
input
middleware
Documentation
Loading...
Wraps the Fetch Request class with a Command.