Add versionString function at http_defs.h header file

This function is defined at http_defs.cc but is not available for use through
the http_defs.h header file.
parent b66415aa
...@@ -175,6 +175,7 @@ private: ...@@ -175,6 +175,7 @@ private:
}; };
const char* methodString(Method method); const char* methodString(Method method);
const char* versionString(Version version);
const char* codeString(Code code); const char* codeString(Code code);
std::ostream& operator<<(std::ostream& os, Version version); 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