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”