boost::urls::encoding_opts

Percent-encoding options

Synopsis

Declared in <boost/url/encoding_opts.hpp>
struct encoding_opts;

Description

These options are used to customize the behavior of algorithms which use percent escapes, such as encoding or decoding.

Member Functions

NameDescription
encoding_opts [constructor]Constructs an encoding_opts object with the specified options.

Data Members

NameDescription
disallow_null True if nulls are not allowed
lower_case True if hexadecimal digits are emitted as lower case
space_as_plus True if spaces encode to and from plus signs

See Also

encode, encoded_size, pct_string_view.