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 http = "1.0" support to the http request wrapper #3373

Merged
merged 7 commits into from
Jan 25, 2024
Merged

Commits on Jan 17, 2024

  1. Add http = "1.0" support to the http request wrapper

    - Requests are not creatible if extensions exist avoiding the cross-version extension issue.
    - Response _were_ creatable. For responses, the wrapper will error if extensions existed and you attempt to cross convert Http versions.
    rcoh committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    32bd9fc View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Remove stale comments

    Co-authored-by: John DiSanti <[email protected]>
    rcoh and jdisanti authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    3f716f8 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    f412db0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b16b60a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87105d2 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    3fad304 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    200d033 View commit details
    Browse the repository at this point in the history