aboutsummaryrefslogtreecommitdiff
path: root/src/test/rest_tests.cpp
AgeCommit message (Collapse)Author
2022-03-10Handle query string when parsing data formatstickies-v
URLs may contain a query string (prefixed with '?') and this should be ignored when parsing the data format. To facilitate testing this functionality, ParseDataFormat has been made non-static.