/** \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/"