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 for FormData request body #1835

Merged
merged 15 commits into from
Aug 21, 2021

Commits on Aug 12, 2021

  1. Configuration menu
    Copy the full SHA
    b638fac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3c9446 View commit details
    Browse the repository at this point in the history
  3. Add test for custom headers usage with spec-compliant FormData. Set c…

    …ontent-type header provided by form-data-encoder only if this header is not set by a developer. Mention spec-compliant FormData implementations in documentation.
    octet-stream committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    56454f6 View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary empty line from options example.

    Co-authored-by: Szymon Marczak <36894700+szmarczak@users.noreply.github.com>
    octet-stream and szmarczak committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    3a6182b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    60ee199 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. Configuration menu
    Copy the full SHA
    fac6364 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e368612 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5320c85 View commit details
    Browse the repository at this point in the history
  4. Code style fix.

    octet-stream committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    9a0c3b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. Add a link to FormData MDN docs in options documentation.

    Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
    octet-stream and sindresorhus committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    5177c10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93b747c View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Configuration menu
    Copy the full SHA
    139956d View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2021

  1. Configuration menu
    Copy the full SHA
    efbfb30 View commit details
    Browse the repository at this point in the history
  2. Update 2-options.md

    szmarczak committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    295257f View commit details
    Browse the repository at this point in the history
  3. Code style

    szmarczak committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    f787188 View commit details
    Browse the repository at this point in the history