Skip to content

Instantly share code, notes, and snippets.

View esketit-git's full-sized avatar

esketit esketit-git

View GitHub Profile
@esketit-git
esketit-git / server.cpp
Created August 11, 2021 11:49 — forked from ptitfred/server.cpp
C++ HTTP server
#include "server.hpp"
#include <iostream>
#include <fstream>
#include <sstream>
using std::cout;
using std::cerr;
using std::cin;
using std::endl;
using std::fstream;