Skip to main content

Request

Description:

  The HTTP request object.

headers

Type: Field.

Description:

  A table containing the request headers.

Signature:

headers: {string: string}

params

Type: Field.

Description:

  A table containing request parameters (e.g. URL query parameters).

Signature:

params: {string: string}

body

Type: Field.

Description:

  The body of the request.

Signature:

body: table | string