Urdl C++ Library

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

Constructs an object of class request_content_type.

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

Parameters

v

The desired value for the option.

Remarks

Postcondition: value() == v


PrevUpHomeNext