Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/core
electron-node/request/electron-backend-request-service
ElectronBackendRequestService
Class ElectronBackendRequestService
Hierarchy
NodeRequestService
ElectronBackendRequestService
Index
Constructors
constructor
Properties
authorization?
proxy
Url?
strict
SSL?
Methods
build
Proxy
Url
configure
get
Node
Request
get
Proxy
Url
process
Options
request
resolve
Proxy
Constructors
constructor
new
ElectronBackendRequestService
()
:
ElectronBackendRequestService
Returns
ElectronBackendRequestService
Properties
Protected
Optional
authorization
authorization
?:
string
Protected
Optional
proxy
Url
proxyUrl
?:
string
Protected
Optional
strict
SSL
strictSSL
?:
boolean
Methods
Protected
build
Proxy
Url
buildProxyUrl
(
url
:
string
,
proxyHost
:
string
)
:
string
Parameters
url
:
string
proxyHost
:
string
Returns
string
configure
configure
(
config
:
RequestConfiguration
)
:
Promise
<
void
>
Parameters
config
:
RequestConfiguration
Returns
Promise
<
void
>
Protected
get
Node
Request
getNodeRequest
(
options
:
RequestOptions
)
:
RawRequestFunction
Parameters
options
:
RequestOptions
Returns
RawRequestFunction
get
Proxy
Url
getProxyUrl
(
url
:
string
)
:
Promise
<
undefined
|
string
>
Parameters
url
:
string
Returns
Promise
<
undefined
|
string
>
Protected
process
Options
processOptions
(
options
:
NodeRequestOptions
)
:
Promise
<
NodeRequestOptions
>
Parameters
options
:
NodeRequestOptions
Returns
Promise
<
NodeRequestOptions
>
request
request
(
options
:
NodeRequestOptions
,
token
?:
CancellationToken
,
)
:
Promise
<
RequestContext
>
Parameters
options
:
NodeRequestOptions
Optional
token
:
CancellationToken
Returns
Promise
<
RequestContext
>
resolve
Proxy
resolveProxy
(
url
:
string
)
:
Promise
<
undefined
|
string
>
Parameters
url
:
string
Returns
Promise
<
undefined
|
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
authorization
proxy
Url
strict
SSL
Methods
build
Proxy
Url
configure
get
Node
Request
get
Proxy
Url
process
Options
request
resolve
Proxy
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...