...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Percent-encoding options.
Defined in header <boost/url/encoding_opts.hpp>
struct encoding_opts
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. |
These options are used to customize the behavior of algorithms which use percent escapes, such as encoding or decoding.
encode
,
encoded_size
,
pct_string_view
.
Convenience header <boost/url.hpp>