Urdl C++ Library

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

Sets the value of the option.

void value(
    const std::string & v);

Parameters

v

The desired value for the option.

Remarks

Postcondition: value() == v


PrevUpHomeNext