Boost C++ Libraries Home Libraries People FAQ More

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