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.

Required Methods§

source

fn into_case_header_name(self) -> CaseHeaderName

Implementations on Foreign Types§

source§

impl IntoCaseHeaderName for &'static str

source§

fn into_case_header_name(self) -> CaseHeaderName

source§

impl IntoCaseHeaderName for &HeaderName

source§

fn into_case_header_name(self) -> CaseHeaderName

source§

impl IntoCaseHeaderName for String

source§

fn into_case_header_name(self) -> CaseHeaderName

source§

impl IntoCaseHeaderName for Bytes

source§

fn into_case_header_name(self) -> CaseHeaderName

source§

impl IntoCaseHeaderName for HeaderName

source§

fn into_case_header_name(self) -> CaseHeaderName

Implementors§