Skip to content

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

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

Interface: RequestOptions

index.<internal>.RequestOptions

Hierarchy

Table of contents

Properties

Properties

_defaultAgent

Optional _defaultAgent: Agent

Inherited from

ClientRequestArgs._defaultAgent

Defined in

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


agent

Optional agent: boolean | Agent

Inherited from

ClientRequestArgs.agent

Defined in

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


auth

Optional auth: null | string

Inherited from

ClientRequestArgs.auth

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

Inherited from

ClientRequestArgs.createConnection

Defined in

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


defaultPort

Optional defaultPort: string | number

Inherited from

ClientRequestArgs.defaultPort

Defined in

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


family

Optional family: number

Inherited from

ClientRequestArgs.family

Defined in

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


headers

Optional headers: OutgoingHttpHeaders

Inherited from

ClientRequestArgs.headers

Defined in

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


hints

Optional hints: number

Inherited from

ClientRequestArgs.hints

Defined in

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


host

Optional host: null | string

Inherited from

ClientRequestArgs.host

Defined in

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


hostname

Optional hostname: null | string

Inherited from

ClientRequestArgs.hostname

Defined in

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


insecureHTTPParser

Optional insecureHTTPParser: boolean

Inherited from

ClientRequestArgs.insecureHTTPParser

Defined in

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


joinDuplicateHeaders

Optional joinDuplicateHeaders: boolean

Inherited from

ClientRequestArgs.joinDuplicateHeaders

Defined in

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


localAddress

Optional localAddress: string

Inherited from

ClientRequestArgs.localAddress

Defined in

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


localPort

Optional localPort: number

Inherited from

ClientRequestArgs.localPort

Defined in

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


lookup

Optional lookup: LookupFunction

Inherited from

ClientRequestArgs.lookup

Defined in

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


maxHeaderSize

Optional maxHeaderSize: number

Default

16384

Inherited from

ClientRequestArgs.maxHeaderSize

Defined in

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


method

Optional method: string

Inherited from

ClientRequestArgs.method

Defined in

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


path

Optional path: null | string

Inherited from

ClientRequestArgs.path

Defined in

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


port

Optional port: null | string | number

Inherited from

ClientRequestArgs.port

Defined in

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


protocol

Optional protocol: null | string

Inherited from

ClientRequestArgs.protocol

Defined in

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


setHost

Optional setHost: boolean

Inherited from

ClientRequestArgs.setHost

Defined in

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


signal

Optional signal: AbortSignal

Inherited from

ClientRequestArgs.signal

Defined in

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


socketPath

Optional socketPath: string

Inherited from

ClientRequestArgs.socketPath

Defined in

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


timeout

Optional timeout: number

Inherited from

ClientRequestArgs.timeout

Defined in

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


uniqueHeaders

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

Inherited from

ClientRequestArgs.uniqueHeaders

Defined in

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

Typescript Libraries

Modules

Namespaces

Clone this wiki locally