ParameterKind

The kind of parameter (i.e. its location).

See here for more information on parameter locations.

Entries

Link copied to clipboard

The parameter is a URL query parameter (e.g. the bar in /foo?bar=...)

Link copied to clipboard

The parameter is a custom request header.

Link copied to clipboard

A parameter in a path, for example the bar in /foo/{bar}/baz.

Link copied to clipboard

A parameter that is a cookie.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
Link copied to clipboard