Azure / Azure/azure-functions-java-library

HttpTrigger with empty methods does not to respond to all methods

Open
#84 0 comments 0 reactions 0 assignees View on GitHub
area:java-functions P2
Dominant language
Java
Stars
45
Forks
49
PR merge metrics
No merged PRs in 30d

Description

Based on the [HttpTrigger docs](https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-http-webhook#trigger---configuration), if the methods are left empty in the HttpTrigger definition, it should respond to all methods.

When not explicitly defined, the HttpTrigger annotation in Java generates an empty `methods` array in function.json. This means the function doesn't respond to any HTTP methods at all and is inconsistent with the docs and the way the trigger works in other languages.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.