#pragma once
#include "dynamic_buffer.h"
#if defined (__cplusplus)
extern "C" {
#endif
/// <URL> <METHOD> HTTP/<VERSION>
/// HOST
/// <HEADERS>
typedef struct HttpRequest
{
DynamicBuffer buffer;
} HttpRequest;
}