/** \file http.h macros used by http_send and http_recv */ #define HTTP_OK_MSG "HTTP/1.0 200 OK\r\n\r\n" #define HTTP_GET_MSG "GET / HTTP/1.0"