ParamTypes
No overview available.
Attributes
| Attribute | Type | Description |
|---|---|---|
| query | str | Represents a query parameter in a URL, used to pass data to the server as part of the URL's query string. |
| header | str | Represents an HTTP header parameter, used to send additional information with an HTTP request or response. |
| path | str | Represents a path parameter, used to embed variable data directly into the URL path. |
| cookie | str | Represents 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. |