mirror of
https://github.com/actix/actix-website
synced 2025-08-30 16:40:22 +02:00
update actix-web api docs
This commit is contained in:
@@ -1 +1 @@
|
||||
initSidebarItems({"enum":[["KeepAlive","Server keep-alive setting"]],"fn":[["new","Create new http server with application factory."]],"struct":[["HttpServer","An HTTP Server"],["PauseServer","Pause accepting incoming connections"],["Request","Request's context"],["ResumeServer","Resume accepting incoming connections"],["ServerSettings","Various server settings"],["StopServer","Stop incoming connection processing, stop all workers and exit."]],"trait":[["HttpHandler","Low level http request handler"],["HttpHandlerTask","Low level http request handler"],["IntoHttpHandler","Conversion helper trait"]]});
|
||||
initSidebarItems({"enum":[["AcceptorError","Errors produced by `AcceptorError` service."],["HttpDispatchError","A set of errors that can occur during dispatching http requests"],["KeepAlive","Server keep-alive setting"]],"fn":[["new","Create new http server with application factory."],["openssl_acceptor_with_flags","Configure `SslAcceptorBuilder` with custom server flags."]],"struct":[["HttpServer","An HTTP Server"],["OpensslAcceptor","Support `SSL` connections via openssl package"],["PauseServer","Pause accepting incoming connections"],["Request","Request's context"],["ResumeServer","Resume accepting incoming connections"],["ServerFlags","Flags that can be used to configure HTTP Server."],["ServerSettings","Various server settings"],["StopServer","Stop incoming connection processing, stop all workers and exit."]],"trait":[["HttpHandler","Low level http request handler"],["HttpHandlerTask","Low level http request handler"],["IntoHttpHandler","Conversion helper trait"]]});
|
Reference in New Issue
Block a user