Does Webrick not support DELETE method? I have been using it to build a small web framework and it has worked with GET and POST requests so far but now with delete requests I see a new error https://github.com/indigotechtutorials/jetski/issues/4
ERROR unsupported method 'DELETE'.
Does Webrick not support DELETE method? I have been using it to build a small web framework and it has worked with GET and POST requests so far but now with delete requests I see a new error https://github.com/indigotechtutorials/jetski/issues/4
ERROR unsupported method 'DELETE'.