⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

percent_encode

Function percent_encode 

Source
pub fn percent_encode(input: &str) -> String
Expand description

Percent-encode a string for use in URL query parameters.

Encodes all characters except unreserved characters (A-Z, a-z, 0-9, ‘-’, ‘_’, ‘.’, ‘~’).