Urdl C++ Library

PrevUpHomeNext
http::request_method::request_method (2 of 2 overloads)

Constructs an object of class request_method.

explicit request_method(
    const std::string & v);

Parameters

v

The desired value for the option.

Remarks

Postcondition: value() == v


PrevUpHomeNext