Add nested multipart/mixed support #9
No reviewers
Labels
No labels
P-high
P-low
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
mikedilger/formdata!9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I hope you don't mind that I did some proof-reading and conformed the codebase to a style more consistent with the official, evolving Rust style guide.
I also tried my hand at improving the public interface by reworking the "tuple of vectors of tuples" situation.
Most importantly, this PR should address and close #2. I ended up taking your advice and did not attempt deep
multipart/mixedrecursion.multipart/mixedsections only support file lists.There's a fair amount of code duplication in the main tests that should be cleaned up. The state machine is now even beefier and could use some splitting up.
Rebased to 0.3.1 master
I apologise, this PR slipped through the cracks somehow, I didn't notice until just now (and I'm not at the computer). Thanks for your hard work, I'll look at it in the morning.
eh, I couldn't sleep.
This is just brilliant work Skyler. Thanks. I've merged it over my latest changes.
Thanks for the merge! I'm successfully using this crate over at
iron/params. The web app story is slowly coming together for Rust. 😄Thanks again for your valuable work.
If I had the time to upgrade my webtech to Iron I would definitely consider iron/params. I've tried changing over to iron several times and fell into fits of mis-comprehension. I'll try iron again at some point.