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

Form parsing #102

Merged
merged 13 commits into from
Oct 12, 2018
Merged

Form parsing #102

merged 13 commits into from
Oct 12, 2018

Conversation

tomchristie
Copy link
Member

@tomchristie tomchristie commented Oct 10, 2018

Discovered the rather excellent https://github.com/andrew-d/python-multipart library which is exactly what we need.

  • Implement MultiPart parsing
  • Implement URLEncoded parsing
  • Support alternative transfer encodings
  • Documentation

There will be a few things to refine along the way. eg. Introducing uploaded files means that you also want to strictly manage closing and deleting files once the request is out of scope.

Closes #15

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.

None yet

1 participant