update request handler to use response builder

This commit is contained in:
Nayan
2025-05-08 17:04:45 -04:00
parent 1a74c87c53
commit 779f97ddbb
2 changed files with 39 additions and 17 deletions

View File

@@ -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);