Unverified Commit 9ae0f5f0 authored by Mathieu Stefani's avatar Mathieu Stefani Committed by GitHub

Merge pull request #159 from pantuza/master

Add versionString function at http_defs.h header file
parents f84807e5 a65effb2
......@@ -199,6 +199,7 @@ private:
};
const char* methodString(Method method);
const char* versionString(Version version);
const char* codeString(Code code);
std::ostream& operator<<(std::ostream& os, Version version);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment