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

basic_auth_header

Function basic_auth_header 

Source
pub fn basic_auth_header(user: &str, password: &str) -> String
Expand description

Construct a Basic Authentication header value.

Returns "Basic <base64(user:password)>".