Hook up WebSocket parsers somewhat

This commit is contained in:
Alex Hultman
2018-08-30 01:14:34 +02:00
parent f281ab2c96
commit ffdfc8274f
7 changed files with 487 additions and 17 deletions
+2 -2
View File
@@ -27,9 +27,9 @@ public:
}
// todo: implement this
int getHeader(std::string_view header) {
/*int getHeader(std::string_view header) {
return 0;
}
}*/
std::string_view getUrl() {
return std::string_view(headers->value.data(), querySeparator);