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

Support rustls #102

Merged
merged 9 commits into from
Jul 16, 2024
Merged

Support rustls #102

merged 9 commits into from
Jul 16, 2024

Commits on Dec 2, 2023

  1. support rustls

    tyrchen committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    aeca036 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

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

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    612bd42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d44898f View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Don't enforce http if any of the TLS features are enabled

    Otherwise, hyper will error when connecting to an `https` URL:
    
        error trying to connect: invalid URL, scheme is not http
    cole-h committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    8e412ef View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    12afe26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf67fb2 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    aca9894 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55b2847 View commit details
    Browse the repository at this point in the history