Fix API parse method for special cases
This commit is contained in:
parent
a6d188960f
commit
cbfd594ad0
@ -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"];
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
BIN
test/test.o
BIN
test/test.o
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user