[#boost-urls-encoding_opts-2constructor] = xref:boost.adoc[boost]::xref:boost/urls.adoc[urls]::xref:boost/urls/encoding_opts.adoc[encoding_opts]::encoding_opts :relfileprefix: ../../../ :mrdocs: Constructs an `encoding_opts` object with the specified options. == Synopsis Declared in `<https://www.github.com/boostorg/url/blob/develop/include/boost/url/encoding_opts.hpp#L76[boost/url/encoding_opts.hpp]>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- 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. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#