mirror of
https://github.com/opus-tango/http-server-in-c.git
synced 2026-03-20 03:55:25 +00:00
add file comments
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
#ifndef RESPONSE_BUILDER_H
|
||||
#define RESPONSE_BUILDER_H
|
||||
|
||||
/**
|
||||
* response_builder.h
|
||||
*
|
||||
* This header files contains functions for building HTTP responses, and also
|
||||
* contains the enum types for content types and status codes.
|
||||
*
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
Reference in New Issue
Block a user