Azure / Azure/azure-functions-host

Expose HttpRequestMessage object to PowerShell function

Open
#1,171 4 comments 0 reactions 1 assignee Claimed by @mathewc View on GitHub
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

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.