Create http-api

This commit is contained in:
Tyler Perkins 2021-12-22 13:00:24 -05:00
parent 0e75eab324
commit 498c0f9630
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,9 @@
///////////////////////////////////////////////////////////////////////////////
// Tyler Perkins
// 22-12-21
// http-api implementation
//
#include "http-api.hpp"

View File

@ -0,0 +1,9 @@
///////////////////////////////////////////////////////////////////////////////
// Tyler Perkins
// 22-12-21
// http-api definition
//
#pragma once