We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba00df5 commit c2927ffCopy full SHA for c2927ff
1 file changed
tests/HttpParser.cpp
@@ -17,8 +17,8 @@ int main() {
17
std::cout << httpRequest->getMethod() << std::endl;
18
19
for (auto [key, value] : *httpRequest) {
20
- std::cout << key << ": " << value << std::endl;
21
- }
+ std::cout << key << ": " << value << std::endl;
+ }
22
23
/* Since we did proper whitespace trimming this thing is there, but empty */
24
assert(httpRequest->getHeader("utf8").data());
0 commit comments