]> git.sesse.net Git - cubemap/commit
Add a simple HTTP endpoint that returns a very short string.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 15 Aug 2015 22:50:05 +0000 (00:50 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 15 Aug 2015 22:50:05 +0000 (00:50 +0200)
commit4934a0983fee26765a3c1a5b6bf5834ba6e7e52c
tree77cca3662ed0045a10a20d63094594a51652a728
parent38a2bb28fd8dcb5bb1e0cb56028936a35f20f503
Add a simple HTTP endpoint that returns a very short string.

The intention is for clients to be able to probe the endpoint
to figure out which server is the fastest. To this end,
it supports CORS headers so that XHR is allowed to differentiate
servers that are down from servers that respond properly.
config.cpp
config.h
cubemap.config.sample
main.cpp
server.cpp
server.h
serverpool.cpp
serverpool.h