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

Add MIME::Multipart.parse(HTTP::Client::Response, &) #12890

Merged
merged 3 commits into from
Jan 25, 2023

Conversation

straight-shoota
Copy link
Member

This adds an overload to MIME::Multipart.parse which parses from an HTTP::Client::Response. It's analogue to the existing overload for HTTP::Request, so I don't think there's much doubt about it. It's definitely useful to parse multipart data from both requests and responses.

Extracted from #12886

Co-authored-by: Jamie Gaskins <jgaskins@hey.com>
Copy link
Member

@beta-ziliani beta-ziliani left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@beta-ziliani beta-ziliani added this to the 1.8.0 milestone Jan 23, 2023
@straight-shoota straight-shoota merged commit 8e1a9a8 into master Jan 25, 2023
@straight-shoota straight-shoota deleted the feature/multipart-parse branch January 25, 2023 18:50
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants