Fix API parse method for special cases

This commit is contained in:
marcelb 2023-05-22 22:55:07 +02:00
parent a6d188960f
commit cbfd594ad0
2 changed files with 2 additions and 2 deletions

View File

@ -17,9 +17,9 @@ int main() {
// cout << myDef.val_matrix["delete"].empty(); // cout << myDef.val_matrix["delete"].empty();
api myApi(&myDef, "GET /update/?id=1&value=true HTTP/1.1"); api myApi(&myDef, "GET /update/?id=1&value=tru eHTTP/1.1\n");
cout << myApi.object["value"]; cout << myApi.object["value"];
} }

Binary file not shown.