X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=http.h;h=112053b65791fabaed869dc7f04ca700eb9c3cb1;hp=2542cdc113bb6f19c63d3ce36eacaf274ba03719;hb=c03bc512fc733c05292225cf878f14e41d1d59c9;hpb=59f2f06e6df002baa20f7b28f77a9f9250e1f9b4 diff --git a/http.h b/http.h index 2542cdc1..112053b6 100644 --- a/http.h +++ b/http.h @@ -1,3 +1,7 @@ /** \file http.h macros used by http_send and http_recv */ + +/** sent by the http sender to the client */ #define HTTP_OK_MSG "HTTP/1.0 200 OK\r\n\r\n" + +/** sent by the connecting http client (http_recv, xmms, ...) */ #define HTTP_GET_MSG "GET / HTTP/"