Azure / Azure/azure-functions-java-worker
HttpRequestMessage should support path parameters
Đang mở
area:java-functions
Enhancement
New Feature
reviewed
- Ngôn ngữ chính
- Java
- Star
- 103
- Fork
- 74
- Merge trung bình
- 4 ngày 8 giờ
- Pull request đã merge (30 ngày)
- 2
Mô tả
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.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.