gotty/app
Manfred Touron f75cc9771a
Add 'Server' HTTP header with current GoTTY version
$ curl -I http://gotty.server/
    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Content-Length: 407
    Content-Type: text/html; charset=utf-8
    Last-Modified: Fri, 02 Oct 2015 08:04:28 GMT
    Server: GoTTY/0.0.10
    Date: Fri, 02 Oct 2015 08:04:28 GMT
2015-10-02 10:14:01 +02:00
..
app.go Add 'Server' HTTP header with current GoTTY version 2015-10-02 10:14:01 +02:00
client_context.go Added mutex to avoid concurrent writes 2015-09-30 16:59:38 +02:00
http_logger.go Show RemoteAddr and HTTP status code in log 2015-09-20 13:41:24 +09:00
resource.go Send data in base64 format 2015-09-02 20:16:35 -07:00