Webserv
|
#include <ostream>
Go to the source code of this file.
Namespaces | |
namespace | utils |
Enumerations | |
enum | utils::HttpMethod { utils::GET , utils::POST , utils::PUT , utils::DELETE , utils::UNKNOWN } |
Functions | |
std::ostream & | utils::operator<< (std::ostream &o, HttpMethod) |
HttpMethod | utils::matchHttpMethod (std::string const &) |
std::string | utils::getFileExtension (std::string const &fpath) |