boost::urls::encoding_opts::encoding_opts

Constructs an encoding_opts object with the specified options.

Synopsis

constexpr
encoding_opts(
    bool const space_as_plus = false,
    bool const lower_case = false,
    bool const disallow_null = false) noexcept;

Parameters

Name

Description

space_as_plus

If true, spaces will be encoded as plus signs.

lower_case

If true, hexadecimal digits will be emitted as lower case.

disallow_null

If true, null characters will not be allowed.

Created with MrDocs