Skip to content

Commit

Permalink
feat: respect Encoding Object while building requests (#9105)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
char0n committed Aug 1, 2023
1 parent 9caa5e8 commit b281473
Show file tree
Hide file tree
Showing 5 changed files with 321 additions and 283 deletions.
Loading

0 comments on commit b281473

Please sign in to comment.