Azure / Azure/azure-functions-host
Expose HttpRequestMessage object to PowerShell function
Open
enhancement
- Dominant language
- C#
- Stars
- 2k
- Forks
- 482
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 36
Description
In C# HTTP trigger, the dev can use req (HttpRequestMessage object) to handle HTTP request - e.g. to get client certificate by calling req.GetClientCertificate().
But for PowerShell HTTP trigger, the req is an string object, there is no way for dev to deal with HTTP request message.
Contributor guide
Assessment
This issue has not been assessed yet.