chore: initial files
This commit is contained in:
@@ -0,0 +1 @@
|
||||
headers += files('minihttp.h', 'parser.h', 'request.h',)
|
||||
@@ -0,0 +1,4 @@
|
||||
#ifndef MINIHTTP_MINIHTTP_H
|
||||
#define MINIHTTP_MINIHTTP_H
|
||||
|
||||
#endif
|
||||
@@ -0,0 +1,4 @@
|
||||
#ifndef MINIHTTP_PARSER_H
|
||||
#define MINIHTTP_PARSER_H
|
||||
|
||||
#endif
|
||||
@@ -0,0 +1,4 @@
|
||||
#ifndef MINIHTTP_REQUEST_H
|
||||
#define MINIHTTP_REQUEST_H
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user