Headers attached to this stream.
(&self)
| 127 | |
| 128 | /// Headers attached to this stream. |
| 129 | pub fn headers(&self) -> &MetadataMap { |
| 130 | &self.headers |
| 131 | } |
| 132 | |
| 133 | /// Trailers attached to this stream. |
| 134 | /// |
no outgoing calls
no test coverage detected