geotiff.js
GitHub
System
Light
Dark
Search…
Preparing search index...
source/client/http
HttpClient
Class HttpClient
Hierarchy (
View Summary
)
BaseClient
HttpClient
Constructors
constructor
new
HttpClient
(
url
:
string
)
:
HttpClient
Parameters
url
:
string
Returns
HttpClient
Properties
http
Api
httpApi
:
__module
|
__module
parsed
Url
parsedUrl
:
UrlWithStringQuery
url
url
:
string
Methods
construct
Request
constructRequest
(
headers
:
{}
,
signal
?:
AbortSignal
)
:
Promise
<
HttpResponse
>
Parameters
headers
:
{}
Optional
signal
:
AbortSignal
Returns
Promise
<
HttpResponse
>
request
request
(
_options
?:
{
headers
?:
{}
;
signal
?:
undefined
}
)
:
Promise
<
HttpResponse
>
Send a request with the options
Parameters
_options
:
{
headers
?:
{}
;
signal
?:
undefined
}
= {}
Returns
Promise
<
HttpResponse
>
Constructors
constructor
Properties
http
Api
parsed
Url
url
Methods
construct
Request
request
GitHub
geotiff.js
Loading...
Send a request with the options