Body(const Parameters ¶ms)
Construct an application/x-www-form-urlencoded Body from an xxhr::Parameter list.
Definition: body.hpp:35
The body sent with the request. Typically useful in xxhr::POST context but can be used in any request...
Definition: body.hpp:24
Body(const std::string &std_string)
Construct a raw body from a string.
Definition: body.hpp:32