]> git.tuebingen.mpg.de Git - paraslash.git/blob - http.h
gui: Output "xxx tag not set" for unset tags rather than empty strings.
[paraslash.git] / http.h
1 /** \file http.h macros used by http_send and http_recv */
2
3 /** sent by the http sender to the client */
4 #define HTTP_OK_MSG "HTTP/1.0 200 OK\r\n\r\n"
5
6 /** sent by the connecting http client (http_recv, xmms, ...) */
7 #define HTTP_GET_MSG "GET / HTTP/"