[][src]Trait envoy_sdk::extension::access_logger::LogOps

pub trait LogOps {
    fn get_request_headers(&self) -> Result<Vec<(String, String)>>;
fn get_request_header(&self, name: &str) -> Result<Option<String>>;
fn get_response_headers(&self) -> Result<Vec<(String, String)>>;
fn get_response_header(&self, name: &str) -> Result<Option<String>>;
fn get_response_trailers(&self) -> Result<Vec<(String, String)>>;
fn get_response_trailer(&self, name: &str) -> Result<Option<String>>;
fn get_property(&self, path: Vec<&str>) -> Result<Option<Bytes>>; }

Required methods

Loading content...

Implementors

Loading content...