Preparing search index...
The search index is not available
@companion-module/base
@companion-module/base
CompanionHTTPRequest
Interface CompanionHTTPRequest
interface
CompanionHTTPRequest
{
baseUrl
:
string
;
body
?:
string
;
headers
:
Record
<
string
,
string
>
;
hostname
:
string
;
ip
:
string
;
method
:
string
;
originalUrl
:
string
;
path
:
string
;
query
:
Record
<
string
,
string
>
;
}
Index
Properties
base
Url
body?
headers
hostname
ip
method
original
Url
path
query
Properties
base
Url
base
Url
:
string
Optional
body
body
?:
string
headers
headers
:
Record
<
string
,
string
>
hostname
hostname
:
string
ip
ip
:
string
method
method
:
string
original
Url
original
Url
:
string
path
path
:
string
query
query
:
Record
<
string
,
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
base
Url
body
headers
hostname
ip
method
original
Url
path
query
@companion-module/base
Loading...