Interface SubmitOptions

Hierarchy

Properties

_defaultAgent?: Agent
agent?: boolean | Agent
auth?: null | string
createConnection?: ((options, oncreate) => Socket)

Type declaration

defaultPort?: string | number
family?: number
hints?: number
host?: null | string
hostname?: null | string
insecureHTTPParser?: boolean
joinDuplicateHeaders?: boolean
localAddress?: string
localPort?: number
maxHeaderSize?: number

Default

16384
method?: string
path?: null | string
port?: null | string | number
protocol?: "http:" | "https:"
setHost?: boolean
signal?: AbortSignal
socketPath?: string
timeout?: number
uniqueHeaders?: (string | string[])[]

Generated using TypeDoc