Nate 0096f84ee9 Config for the new toolset (#6259) 4 ani în urmă
..
README.md 25441eaa7a Enable benchmark tests for libhttpserver (#4300) 6 ani în urmă
benchmark.cpp 8713da566f Updated libhttpserver to the latest version (0.17.5). (#4389) 6 ani în urmă
benchmark_config.json 25441eaa7a Enable benchmark tests for libhttpserver (#4300) 6 ani în urmă
config.toml 0096f84ee9 Config for the new toolset (#6259) 4 ani în urmă
libhttpserver.dockerfile 0096f84ee9 Config for the new toolset (#6259) 4 ani în urmă

README.md

libhttpserver

Only the plaintext test is implemented.

What is libhttpserver

libhttpserver is a Free High-Performance library aimed at rapid development of embedded C++ servers:

  • It is designed and tuned to handle extremely high loads (tested with > 10k connections).
  • It uses modern C++ as the primary development language in order to achieve the first goal.
  • It is designed with REST as a primary design principle

It is available under open source LGPLv2 license.

libhttpserver lives here: https://github.com/etr/libhttpserver

libhttpserver Benchmarking Test

Test Type Implementation Source Code

Important Libraries

libhttpserver uses libmicrohttpd as base library:

Test URLs

PLAINTEXT

http://localhost:8080/plaintext

Links

Homepage