Home
last modified time | relevance | path

Searched defs:HttpBatchService (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/vector/vector-0.10.0/src/sinks/util/
H A Dhttp.rs287 pub struct HttpBatchService<F, B = Vec<u8>> { struct
292 impl<F, B> HttpBatchService<F, B> { impl
304 impl<F, B> Service<B> for HttpBatchService<F, B> implementation
331 impl<F, B> Clone for HttpBatchService<F, B> { implementation