Module autoendpoint::headers::util
source · Expand description
Utilities for working with headers
Functions§
- Get a header from the request
- Get an owned copy of a header from the request
- Split a string into key and value, ex. “key=value” -> “key” and “value”