[#A73C64AA0088A5259A7B553D4D44165233B68AA1]
True if spaces encode to and from plus signs
bool space_as_plus = false;
This option controls whether or not the PLUS character ("+") is used to represent the SP character (" ") when encoding or decoding. Although not prescribed by the RFC, plus signs are commonly treated as spaces upon decoding when used in the query of URLs using well known schemes such as HTTP.