gencebay / httplive

HTTP Request & Response Service, Mock HTTP
MIT License
1.14k stars 58 forks source link

Support for all HTTP methods #12

Open jjelev opened 6 years ago

jjelev commented 6 years ago

There are couple of additional HTTP methods not covered in this application. https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods

Example of that is CORS under Angular 4/5 web app which requires OPTIONS request to make POST. more info here: https://en.wikipedia.org/wiki/Cross-origin_resource_sharing

jjelev commented 6 years ago

Just wanted to say thanks for your work! This app really helped me do my job faster.

BernhardHofmann commented 2 years ago

For me it's the lack of PATCH that's a non-starter. 😞