Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ResponseSection

Web reqsponse sections that can be used for API catalog services when mapping output parameters.

Index

Enumeration members

Enumeration members

BODY

BODY: = "body"

The response body, if mapping contains a name this will be set as a property of the body.

COOKIE

COOKIE: = "cookie"

The HTTP cookies to set in response.

HEADER

HEADER: = "header"

The HTTP headers to set in response.

STATUS

STATUS: = "status"

The HTTP status code.