HTeaPot icon indicating copy to clipboard operation
HTeaPot copied to clipboard

A quick http server written in rust with 0 dependencies

Results 5 HTeaPot issues
Sort by recently updated
recently updated
newest added

When a connection is keep alive the main handler consumes a lot of CPU

bug

Despite the log mechanism is run in a separate thread, many calls to it introduces latency to the overall server We must review the log mechanism to optimice it or...

enhancement

The server should have the capability to deploy/start multiple servers using a configuration file. ## Proposed Configuration File: ```TOML [HTEAPOT] [[server]] port = 8081 host = "0.0.0.0" root = "public"...

enhancement

Add load balancing capabilities to proxy mode at the moment round robin will be enough