#include "response_builder.h" char* response_to_string(http_response* res) { return NULL; } void serve_static_file(http_request* req, http_response* res) {}