Trait pingora_http::IntoCaseHeaderName
source · pub trait IntoCaseHeaderName {
// Required method
fn into_case_header_name(self) -> CaseHeaderName;
}
Expand description
A trait that converts into case-sensitive header names.