summaryrefslogtreecommitdiff
path: root/http.h
blob: 6e1d238cd1d458bb69b961f532bd3c2e09ea353c (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0 */

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