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

Allow multiple value processing for Form and QueryString values. #4736

Merged
merged 7 commits into from
Jan 21, 2024

Conversation

mohdali
Copy link
Member

@mohdali mohdali commented Jan 2, 2024

Adding a new serializer for StringValues to allow handling of multiple values in Form fields.

Allow QueryString parameters to have multiple values.

Capture multi-part form values.

@mohdali mohdali marked this pull request as ready for review January 3, 2024 07:36
@mohdali mohdali changed the base branch from main to v3.0.2 January 8, 2024 05:38
@mohdali mohdali changed the base branch from v3.0.2 to main January 8, 2024 05:39
Copy link
Member

@sfmskywalker sfmskywalker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thanks @mohdali !

@sfmskywalker sfmskywalker merged commit 00331f7 into main Jan 21, 2024
1 check passed
@sfmskywalker sfmskywalker deleted the form-handling branch January 21, 2024 09:52
lahma pushed a commit to lahma/elsa-core that referenced this pull request Feb 2, 2024
…a-workflows#4736)

* Allow multiple value processing for Form and QueryString values.

* refactor HTTPEndpoint

* add multi-part form handling

* cleanup

* reoder form handling code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants