pub const MAX_URL_LENGTH: u32 = 4096;
Expand description

There is no maximum URL length defined by RFC 3986, but this length should be long enough to accommodate most non-data: URLs.