mirror of
https://github.com/opus-tango/http-server-in-c.git
synced 2026-03-20 03:55:25 +00:00
update request handler to use response builder
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "http_stuff.h"
|
||||
#include "response_builder.h"
|
||||
|
||||
void handle_request(char* request, int length, char* response,
|
||||
size_t* response_length);
|
||||
|
||||
Reference in New Issue
Block a user