mirror of
https://github.com/opus-tango/http-server-in-c.git
synced 2026-03-20 12:05:25 +00:00
add file comments
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
/**
|
||||
* response_builder.c
|
||||
*
|
||||
* This file contains functions for handling the different types of HTTP
|
||||
* requests. Currently, it only handles GET requests and serves static files.
|
||||
*
|
||||
*/
|
||||
|
||||
#include "response_builder.h"
|
||||
|
||||
void response_handle_get(http_request* req, http_response* res) {
|
||||
|
||||
Reference in New Issue
Block a user