From: Steinar H. Gunderson Date: Sat, 15 Aug 2015 22:50:05 +0000 (+0200) Subject: Add a simple HTTP endpoint that returns a very short string. X-Git-Tag: 1.2.1~2 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=4934a0983fee26765a3c1a5b6bf5834ba6e7e52c;hp=4934a0983fee26765a3c1a5b6bf5834ba6e7e52c;p=cubemap 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. ---