mirror of
https://github.com/google/nomulus
synced 2026-01-07 05:56:49 +00:00
* Make TaskMatcher default to POST methods TaskOptions.Builder.withUrl() defaults to POST methods. Therefore, it seems reasonable to verify that task queue methods are using the POST method, especially given that the method must now be identified explicitly when using CloudTaskUtils. This check would have guarded against the bug fixed by #1413. * Elaborate on comment * Further improved the comment