Added Status Code header

This commit is contained in:
eidheim 2017-06-22 18:02:10 +02:00
commit d9faf1a6cb
2 changed files with 158 additions and 0 deletions

View file

@ -1,6 +1,7 @@
#ifndef SIMPLE_WEB_SERVER_UTILITY_HPP
#define SIMPLE_WEB_SERVER_UTILITY_HPP
#include "status_code.hpp"
#include <iostream>
#include <string>
#include <unordered_map>