HTTPMessage.getDecodedQueryParam

Get the query parameter with the specified name after percent decoding.

Returns empty string if parameter is missing or folly::uriUnescape query param

class HTTPMessage
string
getDecodedQueryParam
(
string name
)

Meta