Crate speed_rs_core

Source
Expand description

SpeedRs provide you a fast, efficient way to construct HTTP Server

Modules§

utils
More utilities

Structs§

HttpRequest
HttpResponse
HttpServer
The almighty HTTP server.
HttpServerThreadPool
Thread pool implementation for multi-thread HTTP server process.
HttpStatusStruct
HTTP status structure.

Enums§

HttpServerMode
HTTP server run mode

Type Aliases§

RequestErrorHandleFunc
Handle function for HTTP request when Error
RequestHandleFunc
Handle function for HTTP request.