Boost.URL Logo

PrevUpHomeNext

pct_encode_opts

Options for applying percent-encoding to strings.

Synopsis

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

struct pct_encode_opts
Data Members

Name

Description

space_to_plus

True if space (SP, ' ') encodes into PLUS ('+').

Description

Instances of this type may be provided to percent-encoding algorithms to customize their behavior.

See Also

pct_encode, pct_encode_bytes.

Convenience header <boost/url.hpp>


PrevUpHomeNext