Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NodeHttpHandlerOptions

Represents the http options that can be passed to a node http client.

Hierarchy

  • NodeHttpHandlerOptions

Index

Properties

Optional connectionTimeout

connectionTimeout: undefined | number

The maximum time in milliseconds that the connection phase of a request may take before the connection attempt is abandoned.

Optional httpAgent

httpAgent: hAgent

Optional httpsAgent

httpsAgent: hsAgent

Optional socketTimeout

socketTimeout: undefined | number

The maximum time in milliseconds that a socket may remain idle before it is closed.