Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat: respect Encoding Object while building requests #9105

Merged
merged 3 commits into from
Aug 1, 2023
Merged

Conversation

char0n
Copy link
Member

@char0n char0n commented Aug 1, 2023

This change fixes both:

  1. making multipart/form-data requests with content-type header for every individual boundary
  2. generating correct CURL command for multipart/form-data request, allowing specifying content-type header for every individual boundary

Refs #4826
Refs #5356


multipart/form-data boundaries now containing Content-Type headers:

image

CURL command correctly generated by assigning additional type=:

image

This change fixes both:

1. making multipart/form-data requests with content-type
   header for every individual boundary
2. generating correct CURL command for multipart/form-data
   request, allowing specifying content-type header for every
   individual boundary

Refs #4826
Refs #5356
@LaFrimousse
Copy link

Hi all.

Unfortunately, this fix does not solve #5356 .
Please see my comment.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants