Search
Preparing search index...
The search index is not available
pagespeed-quest
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
WithProxyOptions
Interface WithProxyOptions
Hierarchy
IProxyOptions
WithProxyOptions
Index
Properties
dir
Path
entry
Url
force
Chunked
Request
forceSNI
host
http
Agent
https
Agent
https
Port
keep
Alive
port
ssl
CaDir
throttling
timeout
Properties
Optional
dir
Path
dir
Path
:
string
Optional
entry
Url
entry
Url
:
string
Optional
force
Chunked
Request
force
Chunked
Request
:
boolean
Setting this option will remove the content-length from the proxy to server request, forcing chunked encoding
Optional
forceSNI
forceSNI
:
boolean
force use of SNI by the client. Allow node-http-mitm-proxy to handle all HTTPS requests with a single internal server.
Optional
host
host
:
string
host - The hostname or local address to listen on.
Optional
http
Agent
http
Agent
:
Agent
The http.Agent to use when making http requests. Useful for chaining proxys. (default: internal Agent)
Optional
https
Agent
https
Agent
:
Agent
The https.Agent to use when making https requests. Useful for chaining proxys. (default: internal Agent)
Optional
https
Port
https
Port
:
number
The port or named socket for https server to listen on. (forceSNI must be enabled)
Optional
keep
Alive
keep
Alive
:
boolean
enable HTTP persistent connection
Optional
port
port
:
number
Optional
ssl
CaDir
ssl
CaDir
:
string
Path to the certificates cache directory (default: process.cwd() + '/.http-mitm-proxy')
Optional
throttling
throttling
:
{
flushIntervalMs
?:
number
;
mbps
:
number
;
retryIntervalMs
?:
number
}
Type declaration
Optional
flush
Interval
Ms
?:
number
mbps
:
number
Optional
retry
Interval
Ms
?:
number
Optional
timeout
timeout
:
number
The number of milliseconds of inactivity before a socket is presumed to have timed out. Defaults to no timeout.
Globals
With
Proxy
Options
dir
Path
entry
Url
force
Chunked
Request
forceSNI
host
http
Agent
https
Agent
https
Port
keep
Alive
port
ssl
CaDir
throttling
timeout
Generated using
TypeDoc