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:
11
http_stuff.c
11
http_stuff.c
@@ -1,3 +1,14 @@
|
||||
/**
|
||||
* http_stuff.c
|
||||
*
|
||||
* This file contains functions dealing with http requests and responses, and
|
||||
* the corresponding structs defined in http_stuff.h
|
||||
*
|
||||
* Included functionality is allocation and freeing of the structs, printing for
|
||||
* debug purposes, string conversion, and utility functions for dealing with
|
||||
* headers and parsing
|
||||
*/
|
||||
|
||||
#include "http_stuff.h"
|
||||
|
||||
http_request* create_http_request() {
|
||||
|
||||
Reference in New Issue
Block a user