Preparing search index...
The search index is not available
jsforce
jsforce
transport
HttpProxyTransport
Class HttpProxyTransport
Class for HTTP request transport using a proxy server
Hierarchy
Transport
HttpProxyTransport
Index
Constructors
constructor
Properties
_http
Proxy
Methods
http
Request
Constructors
constructor
new
Http
Proxy
Transport
(
httpProxy
)
:
HttpProxyTransport
Parameters
httpProxy
:
string
Returns
HttpProxyTransport
Properties
_http
Proxy
_http
Proxy
:
string
Methods
http
Request
http
Request
(
req
,
options_
?
)
:
StreamPromise
<
HttpResponse
>
Make HTTP request via proxy server
Parameters
req
:
HttpRequest
options_
:
HttpRequestOptions
= {}
Returns
StreamPromise
<
HttpResponse
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
_http
Proxy
http
Request
jsforce
Loading...
Class for HTTP request transport using a proxy server