pub struct CompressedResponse { /* private fields */ }
Expand description
Implementations§
source§impl CompressedResponse
impl CompressedResponse
sourcepub fn get_identity(&self) -> &Response<Bytes>
pub fn get_identity(&self) -> &Response<Bytes>
Gets the response with an uncompressed body.