Kodi Documentation  18.0
Kodi is an open source media player and entertainment hub.
HttpResponse.cpp File Reference
#include <stdio.h>
#include "HttpResponse.h"

Macros

#define SPACE   " "
 
#define SEPARATOR   ": "
 
#define LINEBREAK   "\r\n"
 
#define HEADER_CONTENT_LENGTH   "Content-Length"
 

Macro Definition Documentation

§ HEADER_CONTENT_LENGTH

#define HEADER_CONTENT_LENGTH   "Content-Length"

§ LINEBREAK

#define LINEBREAK   "\r\n"

§ SEPARATOR

#define SEPARATOR   ": "

§ SPACE

#define SPACE   " "