Open Policy Agent TypeScript Packages
GitHub
Preparing search index...
@open-policy-agent/opa
lib
RequestInput
Type Alias RequestInput
type
RequestInput
=
{
options
?:
RequestInit
;
url
:
URL
;
}
Index
Properties
options?
url
Properties
Optional
options
options
?:
RequestInit
Options used to create a
Request
.
url
url
:
URL
The URL the request will use.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
options
url
GitHub
Open Policy Agent TypeScript Packages
Loading...
Options used to create a
Request
.