Version struct. More...
#include <http.hpp>
Public Attributes | |
int | major = 0 |
int | minor = 0 |
Version struct.
The class represents the http version consisting of a major and a minor part.
int matador::http::http::version::major = 0 |
Major version number part
int matador::http::http::version::minor = 0 |
Minor version number part