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

feat: respect Encoding Object while building requests #9105

Merged
merged 3 commits into from
Aug 1, 2023
Merged

Commits on Aug 1, 2023

  1. feat: respect Encoding Object while building requests

    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
    char0n committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    33207f7 View commit details
    Browse the repository at this point in the history
  2. Update src/core/window.js

    char0n committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    8a97761 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5cd9502 View commit details
    Browse the repository at this point in the history