compute.rhino3d icon indicating copy to clipboard operation
compute.rhino3d copied to clipboard

GET solves with cache-control

Open sbaer opened this issue 3 years ago • 2 comments

rhino.compute.exe should expose a GET endpoint for solving that takes the json as a querystring when the string is short enough. This must include the hash of a definition so we don't get bad cache hits. The GET requests should support cache-control to improve the chances that a user of Hops won't even need to hit a server in some cases.

sbaer avatar Feb 24 '21 23:02 sbaer

Linked with COMPUTE-188

mcneel-build avatar Feb 24 '21 23:02 mcneel-build

Along the same line we should see if POSTs will support cache-control when used with Hops. What I've read online is confusing and it would be easiest to just test this out.

sbaer avatar Feb 24 '21 23:02 sbaer