Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext
http::message::method_string (2 of 2 overloads)

(Inherited from http::header)

Set the request-method.

Synopsis
void
method_string(
    string_view s);
Description

This function will set the request-method a known verb if the string matches, otherwise it will store a copy of the passed string.

Parameters

Name

Description

s

A string representing the request-method.

Remarks

This function is only available when isRequest == true.


PrevUpHomeNext