Skip to main content

decode_url

Function decode_url 

Source
pub fn decode_url(input: &[u8]) -> Result<Vec<u8>>
Expand description

Decode URL percent-encoded regions and concatenate their decoded bytes.

§Errors

Returns Error::DecodeConfig if the default rules are invalid. Returns Error::Decode if the GPU decode dispatch fails. Returns Error::Gpu if the GPU device cannot be initialized or a buffer operation fails.