Hacker News new | ask | show | jobs
by de_dave 3939 days ago
I'd like to see a method-neutral version of /get, /post, /patch et al - i.e. one that responds no matter what HTTP method is passed.

The response would then include "method": "BLAH" k/v indicating the method that was used.

1 comments

try https://yourapihere.com :) (all other endpoints are the same as httpbin)
Just what I was after! Thanks :)