paraslash Paraslash Audio Streaming
About   News   Download   Documentation   Development

Macros
http.h File Reference

macros used by http_send and http_recv More...

Macros

#define HTTP_OK_MSG   "HTTP/1.0 200 OK\r\n\r\n"
 sent by the http sender to the client More...
 
#define HTTP_GET_MSG   "GET / HTTP/"
 sent by the connecting http client (http_recv, xmms, ...) More...
 

Detailed Description

macros used by http_send and http_recv

Macro Definition Documentation

◆ HTTP_OK_MSG

#define HTTP_OK_MSG   "HTTP/1.0 200 OK\r\n\r\n"

sent by the http sender to the client

◆ HTTP_GET_MSG

#define HTTP_GET_MSG   "GET / HTTP/"

sent by the connecting http client (http_recv, xmms, ...)