Hook up WebSocket parsers somewhat
This commit is contained in:
+2
-2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user