mirror of
https://github.com/opus-tango/http-server-in-c.git
synced 2026-03-20 12:05:25 +00:00
5 lines
158 B
C
5 lines
158 B
C
#include "response_builder.h"
|
|
|
|
char* response_to_string(http_response* res) { return NULL; }
|
|
|
|
void serve_static_file(http_request* req, http_response* res) {} |