Skip to content

@ralphschuler.ai function caller.index.<internal>.FormData.SubmitOptions

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

Interface: SubmitOptions

<internal>.FormData.SubmitOptions

Hierarchy

Table of contents

Properties

Properties

_defaultAgent

Optional _defaultAgent: Agent

Inherited from

RequestOptions._defaultAgent

Defined in

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


agent

Optional agent: boolean | Agent

Inherited from

RequestOptions.agent

Defined in

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


auth

Optional auth: null | string

Inherited from

RequestOptions.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

RequestOptions.createConnection

Defined in

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


defaultPort

Optional defaultPort: string | number

Inherited from

RequestOptions.defaultPort

Defined in

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


family

Optional family: number

Inherited from

RequestOptions.family

Defined in

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


headers

Optional headers: OutgoingHttpHeaders

Inherited from

RequestOptions.headers

Defined in

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


hints

Optional hints: number

Inherited from

RequestOptions.hints

Defined in

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


host

Optional host: null | string

Inherited from

RequestOptions.host

Defined in

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


hostname

Optional hostname: null | string

Inherited from

RequestOptions.hostname

Defined in

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


insecureHTTPParser

Optional insecureHTTPParser: boolean

Inherited from

RequestOptions.insecureHTTPParser

Defined in

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


joinDuplicateHeaders

Optional joinDuplicateHeaders: boolean

Inherited from

RequestOptions.joinDuplicateHeaders

Defined in

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


localAddress

Optional localAddress: string

Inherited from

RequestOptions.localAddress

Defined in

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


localPort

Optional localPort: number

Inherited from

RequestOptions.localPort

Defined in

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


lookup

Optional lookup: LookupFunction

Inherited from

RequestOptions.lookup

Defined in

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


maxHeaderSize

Optional maxHeaderSize: number

Default

16384

Inherited from

RequestOptions.maxHeaderSize

Defined in

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


method

Optional method: string

Inherited from

RequestOptions.method

Defined in

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


path

Optional path: null | string

Inherited from

RequestOptions.path

Defined in

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


port

Optional port: null | string | number

Inherited from

RequestOptions.port

Defined in

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


protocol

Optional protocol: "http:" | "https:"

Overrides

RequestOptions.protocol

Defined in

node_modules/form-data/index.d.ts:60


setHost

Optional setHost: boolean

Inherited from

RequestOptions.setHost

Defined in

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


signal

Optional signal: AbortSignal

Inherited from

RequestOptions.signal

Defined in

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


socketPath

Optional socketPath: string

Inherited from

RequestOptions.socketPath

Defined in

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


timeout

Optional timeout: number

Inherited from

RequestOptions.timeout

Defined in

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


uniqueHeaders

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

Inherited from

RequestOptions.uniqueHeaders

Defined in

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

Typescript Libraries

Modules

Namespaces

Clone this wiki locally