BOOST_URL_MAX_SIZE
The largest URL the library can hold.
Synopsis
Declared in <boost/url/detail/config.hpp>
#define BOOST_URL_MAX_SIZE
Description
Define this before including the library to lower or raise the cap. It leaves room for a null terminator and fits within url_impl's 32‐bit offsets.
Created with MrDocs