Debugging 404 Errors in HTTP API Web Handler
I've got an HTTP API web handler (via
Given a test request, I see the following logs:
but get a 404
HttpApiBuilder.toWebHandler), which is returning 404s for requests that it seems like it shouldn't, but I'm not sure how best to debug it. For the given code, for example:Given a test request, I see the following logs:
but get a 404
