parent
9000cc1065
commit
21d9cd11fe
@ -1,8 +1,8 @@
|
||||
#ifndef SRFT_HTTP_PARSER_SETTINGS_H
|
||||
#define SRFT_HTTP_PARSER_SETTINGS_H
|
||||
|
||||
#include <http/http_request.h>
|
||||
#include <http/http_response.h>
|
||||
#include <http_request.h>
|
||||
#include <http_response.h>
|
||||
#include <sandbox.h>
|
||||
#include <uv.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include <http/http_request.h>
|
||||
#include <http_request.h>
|
||||
|
||||
/***************************************************
|
||||
* General HTTP Request Functions *
|
@ -1,4 +1,4 @@
|
||||
#include <http/http_response.h>
|
||||
#include <http_response.h>
|
||||
|
||||
#ifdef USE_HTTP_UVIO
|
||||
#include <uv.h>
|
Loading…
Reference in new issue