Lazy RSS
utils.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include "http.hpp"
4 
11 namespace utils {
12  namespace http = http;
13 }
HTTP facilities.
Definition: http.hpp:23
Utilities module.
Definition: utils.hpp:11