blob: 8fc9bcf75941f0c0ccac1f3572724d4a4e46fc34 [file] [log] [blame]
#pragma once
#include "utility.hpp"
#include <boost/beast/http/verb.hpp>
#include <iostream>
#include <stdexcept>
#include <string>
#include <vector>
namespace crow
{
enum class ParamType
{
STRING,
PATH,
MAX
};
} // namespace crow