Open tyge68 opened 1 month ago
Currently it only support GET or POST , while other methods could be nice to have like PATCH, PURGE (example with Fastly CDN cache etc...)
So generally any method should work. with curl it simply passing -X "METHOD" , would be nice to have the same.
Currently it only support GET or POST , while other methods could be nice to have like PATCH, PURGE (example with Fastly CDN cache etc...)
So generally any method should work. with curl it simply passing -X "METHOD" , would be nice to have the same.