mirror of
https://github.com/opus-tango/http-server-in-c.git
synced 2026-03-20 12:05:25 +00:00
separate http parsing into separate function and integrate http_stuff
This commit is contained in:
@@ -5,8 +5,7 @@
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
typedef struct http_request http_request;
|
||||
typedef struct http_response http_response;
|
||||
#include "http_stuff.h"
|
||||
|
||||
void handle_request(char* request, int length, char* response,
|
||||
size_t* response_length);
|
||||
|
||||
Reference in New Issue
Block a user