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 support multipart/form-data #119

Merged
merged 1 commit into from
May 22, 2022
Merged

Add support multipart/form-data #119

merged 1 commit into from
May 22, 2022

Conversation

maranqz
Copy link
Contributor

@maranqz maranqz commented Apr 30, 2022

Resolving issue #118

@@ -221,6 +225,8 @@ type Request struct {
queryCollection map[string][]string
headers map[string][]string
formData map[string][]string
multipartBody *bytes.Buffer
multipart *multipart.Writer
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Should multipartBody/multipart be replaced on?

multipartFile         map[string][]string
multipartValue      map[string][]string

@steinfletcher
Copy link
Owner

Thanks for the contribution. I'm currently away but will find time to get to this soon!

@maranqz
Copy link
Contributor Author

maranqz commented May 20, 2022

Hello, I'm just reminding about PR :)

@steinfletcher steinfletcher merged commit 0324a5b into steinfletcher:master May 22, 2022
@steinfletcher
Copy link
Owner

Hello, I'm just reminding about PR :)

Sorry for the delay.

Hello, I'm just reminding about PR :)

Sorry for the delay. I've merged it. I'll cut a release Sunday evening. Many thanks

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