Module actix_web::server
[−]
[src]
Http server
Structs
| HttpServer |
An HTTP Server |
| PauseServer |
Pause accepting incoming connections |
| ResumeServer |
Resume accepting incoming connections |
| ServerSettings |
Various server settings |
| StopServer |
Stop incoming connection processing, stop all workers and exit. |
Enums
| KeepAlive |
Server keep-alive setting |
Traits
| HttpHandler |
Low level http request handler |
| IntoHttpHandler |
Conversion helper trait |
Functions
| new |
Create new http server with application factory. |