Skip to content

@ralphschuler.ai function caller.index.<internal>.ClientRequestArgs

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: ClientRequestArgs

index.<internal>.ClientRequestArgs

Hierarchy

Table of contents

Properties

Properties

_defaultAgent

Optional _defaultAgent: Agent

Defined in

node_modules/@types/node/http.d.ts:198


agent

Optional agent: boolean | Agent

Defined in

node_modules/@types/node/http.d.ts:199


auth

Optional auth: null | string

Defined in

node_modules/@types/node/http.d.ts:200


createConnection

Optional createConnection: (options: ClientRequestArgs, oncreate: (err: Error, socket: Socket) => void) => Socket

Type declaration

▸ (options, oncreate): Socket

Parameters
Name Type
options ClientRequestArgs
oncreate (err: Error, socket: Socket) => void
Returns

Socket

Defined in

node_modules/@types/node/http.d.ts:202


defaultPort

Optional defaultPort: string | number

Defined in

node_modules/@types/node/http.d.ts:205


family

Optional family: number

Defined in

node_modules/@types/node/http.d.ts:206


headers

Optional headers: OutgoingHttpHeaders

Defined in

node_modules/@types/node/http.d.ts:207


hints

Optional hints: number

Defined in

node_modules/@types/node/http.d.ts:208


host

Optional host: null | string

Defined in

node_modules/@types/node/http.d.ts:209


hostname

Optional hostname: null | string

Defined in

node_modules/@types/node/http.d.ts:210


insecureHTTPParser

Optional insecureHTTPParser: boolean

Defined in

node_modules/@types/node/http.d.ts:211


joinDuplicateHeaders

Optional joinDuplicateHeaders: boolean

Defined in

node_modules/@types/node/http.d.ts:228


localAddress

Optional localAddress: string

Defined in

node_modules/@types/node/http.d.ts:212


localPort

Optional localPort: number

Defined in

node_modules/@types/node/http.d.ts:213


lookup

Optional lookup: LookupFunction

Defined in

node_modules/@types/node/http.d.ts:214


maxHeaderSize

Optional maxHeaderSize: number

Default

16384

Defined in

node_modules/@types/node/http.d.ts:218


method

Optional method: string

Defined in

node_modules/@types/node/http.d.ts:219


path

Optional path: null | string

Defined in

node_modules/@types/node/http.d.ts:220


port

Optional port: null | string | number

Defined in

node_modules/@types/node/http.d.ts:221


protocol

Optional protocol: null | string

Defined in

node_modules/@types/node/http.d.ts:222


setHost

Optional setHost: boolean

Defined in

node_modules/@types/node/http.d.ts:223


signal

Optional signal: AbortSignal

Defined in

node_modules/@types/node/http.d.ts:224


socketPath

Optional socketPath: string

Defined in

node_modules/@types/node/http.d.ts:225


timeout

Optional timeout: number

Defined in

node_modules/@types/node/http.d.ts:226


uniqueHeaders

Optional uniqueHeaders: (string | string[])[]

Defined in

node_modules/@types/node/http.d.ts:227

Typescript Libraries

Modules

Namespaces

Clone this wiki locally