pub struct HttpCallResponse { /* private fields */ }Expand description
Response type for HttpCall::callback
Implementations§
Source§impl HttpCallResponse
impl HttpCallResponse
Sourcepub fn num_headers(&self) -> usize
pub fn num_headers(&self) -> usize
Number of headers contained
Sourcepub fn num_trailers(&self) -> usize
pub fn num_trailers(&self) -> usize
Number of trailers contained