BOOST_URL_MAX_SIZE

The largest URL the library can hold.

Synopsis

#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