README.md 904 B

#Luna Benchmarking Test

Luna is a web framework for modern C++, designed for low latency and high throughput. These tests use version 2.10.1 of Luna.

Source Code

Test URLs

/plaintext

HTTP/1.1 200 OK
Connection: Keep-Alive
Content-Length: 13
Server: luna/2.10.1
Content-Type: text/plain
Server: luna
Date: Thu, 13 Apr 2017 11:40:58 GMT

Hello, world!

/json

HTTP/1.1 200 OK
Connection: Keep-Alive
Content-Length: 27
Server: luna/2.10.1
Content-Type: application/json
Server: luna
Date: Thu, 13 Apr 2017 11:40:58 GMT

{"message":"Hello, World!"}