How to get at Form Data from HttpRequestData
Open
question
- Dominant language
- PowerShell
- Stars
- 1.1k
- Forks
- 215
- Avg merge
- 4h 2m
- Merged PRs (30d)
- 1
Description
This is very similar to #1920.
I am wondering how I can get at the logical form collection for multipart/x-www-url-encoded submissions when working with functions under the isolated worker process model.
Should we be using the same `executionContext.BindingContext.BindingData` approach for handling this scenario?
I would really like some way to obtain a simple `Dictionary` of form data that I can pass into my business logic. We have this working perfectly with in-process model.
Right now, I am staring down a hand-coded body parser task.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.