mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-24 07:53:00 +01:00
1 line
1.2 KiB
JavaScript
1 line
1.2 KiB
JavaScript
window.SIDEBAR_ITEMS = {"enum":[["AtError","Errors that can be returned from methods in this crate."],["Backlog","The maximum number of pending connections."],["KeepAlive","The server keep-alive preference."],["MaxConnectionRate","The maximum per-worker concurrent TLS connection limit."],["MaxConnections","The maximum per-worker number of concurrent connections."],["Mode","Marker of intended deployment environment."],["NumWorkers","The number of workers that the server should start."],["Timeout","A timeout duration in milliseconds or seconds."]],"struct":[["ActixSettings","Settings types for Actix Web."],["Address","A host/port pair for the server to bind to."],["BasicSettings","Wrapper for server and application-specific settings."],["NoSettings","Marker type representing no defined application-specific settings."],["Tls","TLS (HTTPS) configuration."]],"trait":[["ApplySettings","Extension trait for applying parsed settings to the server object."],["Parse","A specialized `FromStr` trait that returns [`AtError`] errors"]],"type":[["AtResult","Convenience type alias for `Result<T, AtError>`."],["Settings","Convenience type alias for [`BasicSettings`] with no defined application-specific settings."]]}; |