1
0
mirror of https://github.com/actix/actix-website synced 2025-08-19 12:25:39 +02:00

Add api docs

This commit is contained in:
Nikolay Kim
2018-07-21 04:09:47 -07:00
parent 35a9469409
commit 52a58cc626
5528 changed files with 266014 additions and 0 deletions

View File

@@ -0,0 +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"]]});