Percent-encoding options
struct encoding_opts ;
Declared in file <boost/url/encoding_opts.hpp> at line 31
| Name | Description |
|---|---|
| encoding_opts |
| Name | Description |
|---|---|
| space_as_plus | True if spaces encode to and from plus signs |
| lower_case | True if hexadecimal digits are emitted as lower case |
| disallow_null | True if nulls are not allowed |
These options are used to customize the behavior of algorithms which use percent escapes, such as encoding or decoding.