aboutsummaryrefslogtreecommitdiff
path: root/src/zenutil/packageformat.cpp
Commit message (Collapse)AuthorAgeFilesLines
* separate RPC processing from HTTP processing (#626)Stefan Boberg2023-12-201-0/+827
* moved all RPC processing from HttpStructuredCacheService into separate CacheRpcHandler class in zenstore * move package marshaling to zenutil. was previously in zenhttp/httpshared but it's useful in other contexts as well where we don't want to depend on zenhttp * introduced UpstreamCacheClient, this provides a subset of functions on UpstreamCache and lives in zenstore