Module util

Source
Expand description

Utilities for working with headers

Functions§

get_header
Get a header from the request
get_owned_header
Get an owned copy of a header from the request
split_key_value
Split a string into key and value, ex. “key=value” -> “key” and “value”