Initial commit
This commit is contained in:
9
include/httpStruct.h
Normal file
9
include/httpStruct.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
|
||||
// HTTP Request Struct
|
||||
struct HTTPRequest {
|
||||
char *requestType;
|
||||
char *requestVersion;
|
||||
char *requestHost;
|
||||
};
|
||||
Reference in New Issue
Block a user