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

Continuation PR #1169: change content-type-parser to whatwg-mimetype #1177

Merged
merged 11 commits into from
Jan 5, 2022

Commits on Oct 4, 2021

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

Commits on Nov 4, 2021

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

Commits on Nov 25, 2021

  1. Readme.md: Rewrite how to get support for conciseness, update mention…

    …s of the old request module to Axios, improve documentation of several functions' arguments.
    tommyhtran committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    30fdfca View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2021

  1. Configuration menu
    Copy the full SHA
    9da0cda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    725dfdd View commit details
    Browse the repository at this point in the history
  3. Reorder the import from 'whatwg-mimetype' to be alphabetized.

    The upstream pull request 1169 failed linting with the following error:
    ERROR: /home/runner/work/node-soap/node-soap/src/http.ts:9:1 - Import sources within a group must be alphabetized.
    tommyhtran committed Dec 26, 2021
    Configuration menu
    Copy the full SHA
    4cc197f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    504649b View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2021

  1. HttpClient.request(): Change the call to MIMEType's constructor metho…

    …d to MIMEType.parse().
    
    The MIMEType constructor method throws an Error object on failure, unlike the call to contentTypeParser() from the 'content-type-parser' package, which returned null on failure. To maintain backwards compatibility, use MIMEType.parse(), which returns null on failure.
    tommyhtran committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    5d3bba4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35275d7 View commit details
    Browse the repository at this point in the history
  3. HttpClient.request(): Fix the code that gets the boundary parameter f…

    …rom the parsed HTTP Content-Type header.
    tommyhtran committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    2402232 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

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