We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db1a193 commit 81ed7afCopy full SHA for 81ed7af
robusta/src/config.rs
@@ -24,6 +24,7 @@ pub struct Config {
24
pub(crate) delays: [u8; NUM_DELAYS.get()],
25
26
/// Submitter should connect only with https?
27
+ #[builder(default = true)]
28
pub(crate) https_only: bool,
29
}
30
0 commit comments