Home | Libraries | People | FAQ | More |
Options for applying percent-encoding to strings.
Defined in header <boost/url/encode_opts.hpp>
struct encode_opts
Name |
Description |
---|---|
True if lower-cased hex digits should be used. |
|
True if space (SP, ' ') encodes into PLUS ('+'). |
Instances of this type may be provided to percent-encoding algorithms to customize their behavior.
Convenience header <boost/url.hpp>