Skip to main content

ParamTypes

No overview available.

Attributes

AttributeTypeDescription
querystrRepresents a query parameter in a URL, used to pass data to the server as part of the URL's query string.
headerstrRepresents an HTTP header parameter, used to send additional information with an HTTP request or response.
pathstrRepresents a path parameter, used to embed variable data directly into the URL path.
cookiestrRepresents an HTTP cookie parameter, used to store small pieces of data on the client side that are sent with subsequent requests to the same server.