Azure / Azure/azure-functions-java-worker

HttpRequestMessage should support path parameters

Open
#329 2 comments 0 reactions 1 assignee Claimed by @kamperiadis View on GitHub
area:java-functions Enhancement New Feature reviewed
Dominant language
Java
Stars
103
Forks
74
Avg merge
4d 8h
Merged PRs (30d)
2

Description

Currently, HttpRequestMessage only supports query parameters and headers, but no path parameters.
When I run a function locally using Azure Functions Core Tools, the implementing [HttpRequestMessageImpl](https://github.com/Azure/azure-functions-java-worker/blob/1.2.6/src/main/java/com/microsoft/azure/functions/worker/binding/RpcHttpRequestDataSource.java#L26) does so, however, I cannot access it due to the missing method in HttpRequestMessage.

In my opinion, path parameters should be a must in a modern HTTP supporting environment.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.