Discord.https - v3.0.16
Preparing search index...
adapter
HttpAdapterRequest
Interface HttpAdapterRequest
Represents a request object for an HTTP adapter.
interface
HttpAdapterRequest
{
headers
:
Record
<
string
,
string
|
string
[]
>
;
method
:
string
;
url
:
string
;
}
Index
Properties
headers
method
url
Properties
headers
headers
:
Record
<
string
,
string
|
string
[]
>
method
method
:
string
url
url
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
headers
method
url
Discord.https - v3.0.16
Loading...
Represents a request object for an HTTP adapter.