simple_httpd icon indicating copy to clipboard operation
simple_httpd copied to clipboard

A library to write web server and site

Results 6 simple_httpd issues
Sort by recently updated
recently updated
newest added

Would be nice to support at least BSD, maybe windows.

enhancement
help wanted

- gzip (should be easy as it is supported by camlzip) - brotly ?

enhancement
help wanted

It would be nice, and maybe include some automatic learning to send in advance data that are almost always requested ?

enhancement

Currently, only official headers are taking into account and only the value of those headers (no its name) is allocated as a string. There are two possible amelioration: - associate...

enhancement

This was tested and while working did not give a big improvement. This must be further investigated as SSL sendfile, avaible with ktls as a zero copy file transfer should...

enhancement

Simple_httpd does not compute any statistics about the past requests besides the logging. A user could use a filter or analyse the logs to produce such information. It would be...

enhancement