Searched defs:HttpConfig (Results 1 – 2 of 2) sorted by relevance
18 pub(crate) struct HttpConfig { struct25 impl HttpConfig { implementation37 impl Default for HttpConfig { implementation
38 pub(crate) fn new(config: HttpConfig, connector: C) -> Self { in new()90 config: HttpConfig, in conn()