Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

decode_opts

Options for removing percent-encoding from strings.

Synopsis

Defined in header <boost/url/decode_opts.hpp>

struct decode_opts
Data Members

Name

Description

allow_null

True if null characters are allowed in decoded output.

non_normal_is_error

True if decoding a non-normal string is an error.

plus_to_space

True if PLUS ('+') decodes into SP (space, ' ')

See Also

decode

Convenience header <boost/url.hpp>


PrevUpHomeNext