@opentdf/sdk
Preparing search index...
HttpRequest
Class HttpRequest
Generic HTTP request interface used by AuthProvider implementers.
Index
Constructors
constructor
Properties
body?
headers
method
params?
url
Constructors
constructor
new
HttpRequest
()
:
HttpRequest
Returns
HttpRequest
Properties
Optional
body
body
?:
null
|
BodyInit
headers
headers
:
Record
<
string
,
string
>
method
method
:
HttpMethod
Optional
params
params
?:
object
url
url
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
body
headers
method
params
url
@opentdf/sdk
Loading...
Generic HTTP request interface used by AuthProvider implementers.