Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-10 | Handle query string when parsing data format | stickies-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. | |||
2022-03-10 | scripted-diff: rename RetFormat to RESTResponseFormat | stickies-v | |
As RetFormat is now exposed in a header, it is renamed to the more understandable RESTResponseFormat -BEGIN VERIFY SCRIPT- s() { sed -i 's/RetFormat/RESTResponseFormat/g' $1; } s src/rest.cpp s src/rest.h -END VERIFY SCRIPT- | |||
2022-03-10 | Refactoring: move declarations to rest.h | stickies-v | |
This facilitates unit testing |