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

encode_query_string

Function encode_query_string 

Source
pub fn encode_query_string(params: &[(&str, &str)]) -> String
Expand description

Encode a list of key-value pairs into a query string.

Returns key1=value1&key2=value2&... with percent-encoding applied.