boost::burl::parser::config::decode
Whether to decode the body.
Synopsis
Declared in <boost/burl/parser.hpp>
bool decode = true;
Description
When true, a body whose Content‐Encoding names a coding with a decode service installed in the system context is decoded as it is parsed.
Created with MrDocs