Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

Make an HTTP request.

Inputs

Expand All

Champ

Type

Description

verb [required]

enum

url [required]

uri

body

requestHeaders

[object]

key [required]

string

value [required]

[string]

urlParams

[object]

key [required]

string

value [required]

string

formData

[object]

key [required]

string

value [required]

string

type

enum

followRedirect

boolean

allowExpiredCertificate

boolean

errorOnStatus

[string]

responseParsing

enum

responseEncoding

enum

Outputs

Expand All

Champ

Type

Description

status [required]

number

body

headers [required]

object

Duplicate response headers are processed according to the rules describes in the NodeJS documentation.

In particular, set-cookie is always an array of strings!

set-cookie

[string]