Skip to content
Snippets Groups Projects

Create SET cache endpoint

Merged Yordan Kinkov requested to merge 3-implement-cache-set-endpoint into main
All threads resolved!
3 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
@@ -64,7 +64,7 @@ var _ = Service("cache", func() {
})
Method("Set", func() {
Description("Set value in the cache. The HTTP request body is stored as value and the key is assembled from HTTP request headers.")
Description("Set a JSON value in the cache.")
Payload(CacheSetRequest)
Result(Empty)
Loading