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

Extend HttpOpener. #463

Merged
merged 12 commits into from
Sep 8, 2022
Merged

Extend HttpOpener. #463

merged 12 commits into from
Sep 8, 2022

Commits on Aug 26, 2022

  1. Extend HttpOpener.

    blackwinter committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    3f7e150 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Add content type header (#460)

    dr0i committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    28d9db8 View commit details
    Browse the repository at this point in the history
  2. Reformat (#460)

    - add */* as content type default
    dr0i committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    6db8a3e View commit details
    Browse the repository at this point in the history
  3. Improve documentation (#460)

    dr0i committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    72c5d69 View commit details
    Browse the repository at this point in the history
  4. Add CONTENT_TYPE_DEFAULT (#460)

    dr0i committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    2a5ef5f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c314664 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Configuration menu
    Copy the full SHA
    e5f5753 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aaefc6c View commit details
    Browse the repository at this point in the history
  3. Handle HTTP errors in HttpOpener. (#463)

    `HttpUrlConnection` throws `IOException` when trying to read `inputStream` instead of populating `errorStream`.
    blackwinter committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    864f0da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea537d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Configuration menu
    Copy the full SHA
    75c7ef5 View commit details
    Browse the repository at this point in the history
  2. Fix error stream handling for HttpOpener. (#463)

    Only read `errorStream` _after_ reading `inputStream` failed. (Thanks to @dr0i for the hint!)
    
    Drops use of response code range to determine failure handling. (864f0da)
    blackwinter committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    b672731 View commit details
    Browse the repository at this point in the history