workers-rs icon indicating copy to clipboard operation
workers-rs copied to clipboard

options support for durable objects

Open ImSingee opened this issue 2 years ago • 0 comments

From documents page https://developers.cloudflare.com/workers/runtime-apis/durable-objects/#methods

get, put and delete methods are all having an options param, but the current rust binding doesn't implement these

ImSingee avatar Apr 16 '22 16:04 ImSingee