@shruggr Yeah, we're aware of this problem. If you had used JavaScript, the string would've worked just fine, but in TypeScript, you can't just assign a string to something that is not a string (but ...
For vert-x3/vertx-web#460, I need to know if a HttpMethod is safe (leads to a read-only operation: GET, HEAD, OPTIONS), idempotent (does not have any side-effect: all ...
Test, test and test again. You can automate those tests with a TestServer-based Web app that doesn't even touch the Web server. With the advent of ASP.NET Core comes additional automated testing ...