Home
last modified time | relevance | path

Searched refs:HttpSinkConfig (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/vector/vector-0.10.0/src/sinks/
H A Dhttp.rs40 pub struct HttpSinkConfig { struct
57 fn default_config(e: Encoding) -> HttpSinkConfig { in default_config() argument
58 HttpSinkConfig { in default_config()
99 SinkDescription::new_without_default::<HttpSinkConfig>("http")
103 impl SinkConfig for HttpSinkConfig { implementation
153 impl HttpSink for HttpSinkConfig { implementation
294 sinks::http::HttpSinkConfig,
349 let config: HttpSinkConfig = toml::from_str(&config).unwrap(); in http_validates_normal_headers()
362 let config: HttpSinkConfig = toml::from_str(&config).unwrap(); in http_catches_bad_header_names()
384 let config: HttpSinkConfig = toml::from_str(&config).unwrap(); in http_headers_auth_conflict()
[all …]
H A Dnew_relic_logs.rs2 sinks::http::{HttpMethod, HttpSinkConfig},
93 fn create_config(&self) -> crate::Result<HttpSinkConfig> { in create_config() argument
126 Ok(HttpSinkConfig { in create_config()
/dports/sysutils/vector/vector-0.10.0/benches/
H A Dhttp.rs37 sinks::http::HttpSinkConfig { in benchmark_http_no_compression()
95 sinks::http::HttpSinkConfig { in benchmark_http_gzip()