Skip to content

Commit

Permalink
feat: respect Encoding Object while building requests
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 33207f7
Show file tree
Hide file tree
Showing 5 changed files with 322 additions and 283 deletions.

0 comments on commit 33207f7

Please sign in to comment.