Skip to content

config

Structs


firma_secret_provider::broker::server::config::BrokerListenerConfig

Section titled “firma_secret_provider::broker::server::config::BrokerListenerConfig”

Struct

Tunable timeouts and limits for [super::BrokerListener], deserialized from firma-run’s firma.toml.

Fields:

  • operation_timeout: std::time::Duration - Deadline for reading one request line and writing the response on an
  • max_request_size: bytesize::ByteSize - Cap on the inbound request line size.
  • max_response_size: bytesize::ByteSize - Cap on the outbound response line size.

Traits: Copy

Trait Implementations:

  • Debug
    • fn fmt(self: &Self, f: & mut $crate::fmt::Formatter) -> $crate::fmt::Result
  • Clone
    • fn clone(self: &Self) -> BrokerListenerConfig
  • Default
    • fn default() -> Self
  • Deserialize
    • fn deserialize<__D>(__deserializer: __D) -> _serde::__private228::Result<Self, <__D as >::Error>