pub enum HeaderType {
RequestHeaders,
RequestTrailers,
ResponseHeaders,
ResponseTrailers,
}Expand description
Defines which section the header data belongs too
pub enum HeaderType {
RequestHeaders,
RequestTrailers,
ResponseHeaders,
ResponseTrailers,
}Defines which section the header data belongs too