HTTPMessage.getQueryParam

Get the query parameter with the specified name.

Returns a reference to the query parameter value, or proxygen::empty_string if there is no parameter with the specified name. The returned value is only valid as long as this HTTPMessage object.

class HTTPMessage
string
getQueryParam
(
string name
)

Meta