1 2 3 4 5 6 7
use super::CheckedResponseGuard; impl CheckedResponseGuard<'_> { pub(crate) const fn response_headers(&self) -> &crate::transport::ResponseHeaders<'_> { self.writer.headers() } }