X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fhttp%2Fversion.h;fp=source%2Fhttp%2Fversion.h;h=19a50b91097ea545de16deda5df671bfe989cd63;hb=cf8d2e48581eeb8f1b83e8c48321a0bc2ffa6d83;hp=0000000000000000000000000000000000000000;hpb=d683ca0964182e9579838fec8d7d100eeabddee0;p=libs%2Fnet.git diff --git a/source/http/version.h b/source/http/version.h new file mode 100644 index 0000000..19a50b9 --- /dev/null +++ b/source/http/version.h @@ -0,0 +1,17 @@ +#ifndef MSP_HTTP_MISC_H_ +#define MSP_HTTP_MISC_H_ + +#include + +namespace Msp { +namespace Http { + +typedef unsigned Version; + +Version parse_version(const std::string &); +std::string version_str(Version); + +} // namespace Http +} // namespace Msp + +#endif