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

v1.1.13 : Add support for parsing with newline added after each line parsed form the response body. #47

Merged
merged 3 commits into from
Apr 12, 2024

Commits on Apr 12, 2024

  1. Add support for parsing with newline added after each line parsed for…

    …m the respnose body.
    
    * Typically not necessary for structured responses like JSON or XML.
    * For raw parsing, for example of GitHub get content API, it is a necessary option.
    * Increment release version.
    byarger-ebay committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    db255cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35b8546 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ee705f View commit details
    Browse the repository at this point in the history