Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
http::message::method_string

Return the request-method as a string.

string_view
method_string() const;
  » more...

Set the request-method.

void
method_string(
    string_view s);
  » more...

PrevUpHomeNext