Constant MAX_URL_LENGTH

pub const MAX_URL_LENGTH: u32 = 4096; // 4_096u32
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.