Percent‐encoding options
Synopsis
Declared in <boost/url/encoding_opts.hpp>
struct encoding_opts;Member Functions
| Name | Description | 
| 
 | Constructs an  | 
Data Members
| Name | Description | 
| True if nulls are not allowed | |
| True if hexadecimal digits are emitted as lower case | |
| True if spaces encode to and from plus signs | 
Description
These options are used to customize the behavior of algorithms which use percent escapes, such as encoding or decoding.
See Also
Created with MrDocs