Can an external http client make an RPC call to a Worker?
I would like to externally make RPC calls to Workers (mostly for testing) using something like Postman or curl.
I'm hoping some general gateway like this exists...
My current hack is to implement a wrapper Worker http endpoint for each RPC call. It works, but it at takes time, and it feels ugly/redundant?
Any suggestions? Thx.
2 Replies