Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy-Diagram

UML class diagram of ClientRequestArgs

Legend

icon for an interface in the UML class diagram interface
icon for a public property in the UML class diagram public property

Hierarchy

Index

Properties

_defaultAgent?: Agent
agent?: boolean | Agent
auth?: null | string
createConnection?: (options: ClientRequestArgs, oncreate: (err: <internal>.Error, socket: Socket) => void) => Socket

Type declaration

defaultPort?: string | number
family?: number
host?: null | string
hostname?: null | string
localAddress?: string
maxHeaderSize?: number
default

8192

method?: string
path?: null | string
port?: null | string | number
protocol?: null | string
setHost?: boolean
signal?: AbortSignal
socketPath?: string
timeout?: number

Generated using TypeDoc