parse the filename out from the url of the request

This commit is contained in:
Nayan
2025-05-05 21:24:56 -04:00
parent ec28990794
commit 3f6a2fbd7f
2 changed files with 48 additions and 3 deletions

View File

@@ -5,6 +5,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/socket.h>
#include <sys/types.h>
void* client_handler(void* args);