encoding_opts

Percent-encoding options

Synopsis

struct encoding_opts ;

Declared in file <boost/url/encoding_opts.hpp> at line 31

Member Functions

Name Description
encoding_opts

Data Members

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

Description

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