Look up a query-string parameter from the request target.
Declared in <httpserver.h>
std::optional<std::string>
GetQueryParameter(std::string_view key) const;
The parameter value, or nullopt if it is not present.
| Name | Description |
|---|---|
| key | The parameter name to look up. |