Home
last modified time | relevance | path

Searched refs:remove (Results 1 – 7 of 7) sorted by relevance

/tonic/tonic/src/metadata/
H A Dmap.rs268 self.headers.remove(r); in into_sanitized_headers()
1187 pub fn remove<K>(&mut self, key: K) -> Option<MetadataValue<Ascii>> in remove() method
1191 key.remove(self) in remove()
1225 key.remove(self) in remove_bin()
1813 pub fn remove(self) -> MetadataValue<VE> { in remove() method
1814 let value = self.inner.remove(); in remove()
2188 .remove(self.inner) in remove()
2231 .remove(&self.inner) in remove()
2293 .remove(self) in remove()
2354 .remove(self.as_str()) in remove()
[all …]
/tonic/tonic-web/src/
H A Dservice.rs211 req.headers_mut().remove(header::CONTENT_LENGTH); in coerce_request()
321 req.headers_mut().remove(ORIGIN); in without_origin()
/tonic/tests/compression/src/
H A Dcompressing_request.rs221 req.metadata_mut().remove("grpc-encoding"); in client_mark_compressed_without_header_server_enabled()
/tonic/tonic/src/
H A Dstatus.rs461 header_map.remove(Self::GRPC_STATUS); in from_header_map()
462 header_map.remove(Self::GRPC_MESSAGE); in from_header_map()
463 header_map.remove(Self::GRPC_STATUS_DETAILS); in from_header_map()
/tonic/tonic-health/src/
H A Dserver.rs96 let _ = writer.remove(service_name); in clear_service_status()
/tonic/
H A DCHANGELOG.md354 * **build:** remove unnecessary `Debug` constraint for client streams ([#719](https://github.com/hy…
376 * **tonic:** don't remove reserved headers in interceptor ([#701](https://github.com/hyperium/tonic…
378 * **transport:** remove needless `BoxFuture` ([#644](https://github.com/hyperium/tonic/issues/644))…
387 * **metadata:** remove manual `Send + Sync` impls for metadata types ([#640](https://github.com/hyp…
602 * **build:** remove default implementations for server traits.
/tonic/examples/proto/googleapis/google/pubsub/v1/
H A Dpubsub.proto486 // `AcknowledgeRequest`. The Pub/Sub system can remove the relevant messages