Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration RequestSection

Web request sections that can be used for API catalog services when mapping input parameters.

Index

Enumeration members

Enumeration members

BODY

BODY: = "body"

The HTTP post body or parameters.

CGI

CGI: = "cgi"

Server CGI variables.

COOKIE

COOKIE: = "cookie"

The HTTP cookies sent with request.

HEADER

HEADER: = "header"

The HTTP request headers.

METHOD

METHOD: = "method"

The HTTP method (GET, POST, PUT, etc...).

PATH

PATH: = "path"

The path parameters (segments) as defined in service path.

QUERY

QUERY: = "query"

The HTTP query string parameters.

URL

URL: = "url"

The full URL of the request.