Preparing search index...
The search index is not available
Documentation
Documentation
Client BYU
RequestCommand
Class RequestCommand<Context>
Wraps the Fetch Request class with a Command.
Type Parameters
Context
extends
ByuClientExecutionContext
=
ByuClientExecutionContext
Hierarchy (
view full
)
Command
<
RequestInput
,
RequestOutput
,
Context
>
RequestCommand
Index
Constructors
constructor
Properties
input
middleware
Constructors
constructor
new
Request
Command
<
Context
>
(
url
,
options
?
)
:
RequestCommand
<
Context
>
Type Parameters
Context
extends
ByuClientExecutionContext
=
ByuClientExecutionContext
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
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
input
middleware
Documentation
Loading...
Wraps the Fetch Request class with a Command.