Skip to main content

Request

Description:

  The HTTP request object.

headers

Type: Field.

Description:

  A table containing the request headers.

Signature:

headers: {string: string}

body

Type: Field.

Description:

  The body of the request.

Signature:

body: table | string