Added uri.h and uri.c

This commit is contained in:
2020-12-13 14:02:36 +01:00
parent 1ea0c95ebb
commit cc53b43c8a
2 changed files with 19 additions and 0 deletions

8
src/uri.c Normal file
View File

@ -0,0 +1,8 @@
/**
* Necronda Web Server
* URI and path handlers
* src/uri.c
* Lorenz Stechauner, 2020-12-13
*/
#include "uri.h"

11
src/uri.h Normal file
View File

@ -0,0 +1,11 @@
/**
* Necronda Web Server
* URI and path handlers (header file)
* src/uri.h
* Lorenz Stechauner, 2020-12-13
*/
#ifndef NECRONDA_SERVER_URI_H
#define NECRONDA_SERVER_URI_H
#endif //NECRONDA_SERVER_URI_H