summaryrefslogtreecommitdiffstats
path: root/src/web_service/web_result.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2020-08-23web_service: Move web_result.h into web_serviceLioncash1-2/+2
This is the only place it's actively used. It's also more appropriate for web-related structures to be within the web service target. Especially given this one doesn't rely on anything in the common library.
2018-10-11web_backend: Make Client use the PImpl idiomLioncash1-0/+1
Like with TelemetryJson, we can make the implementation details private and avoid the need to expose httplib to external libraries that need to use the Client class.
2018-10-02Address a bunch of review commentsfearlessTobi1-1/+1
2018-10-02Port web_service from CitrafearlessTobi1-0/+24