Boost.URL Logo

PrevUpHomeNext

pct_decode_opts

Options for removing percent-encoding from strings.

Synopsis

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

struct pct_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

pct_decode, pct_decode_bytes_unchecked, pct_decode_unchecked, validate_pct_encoding.

Convenience header <boost/url.hpp>


PrevUpHomeNext