Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HttpRequest.Params doesn't return the values like framework did #312

Open
twsouthwick opened this issue Mar 22, 2023 · 0 comments
Open

HttpRequest.Params doesn't return the values like framework did #312

twsouthwick opened this issue Mar 22, 2023 · 0 comments
Labels
up for grabs We'd accept a contribution for this
Milestone

Comments

@twsouthwick
Copy link
Member

The only incompatibility still now is that Params apparently returns a combined collection of QueryString, Form, Cookies, and ServerVariables items. Unlike the indexer, which returns the first item found from those collections.
I'm unsure how I can accomplish that in an efficient way.

Originally posted by @sdekock in #310 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
up for grabs We'd accept a contribution for this
Projects
None yet
Development

No branches or pull requests

2 participants