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

Stabilize config #95

Merged
merged 3 commits into from
Aug 19, 2021
Merged

Stabilize config #95

merged 3 commits into from
Aug 19, 2021

Commits on Aug 10, 2021

  1. feat: Config support for wasm_client

    Only supports `timeout`, unfortunately, and requires async-std...
    Fishrock123 committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    772154e View commit details
    Browse the repository at this point in the history
  2. feat: stabilize Config

    I've been using this in projects for a couple months now, and would like to land support in Surf directly, for which this should be stabilized.
    
    Refs: http-rs/surf#310
    Refs: http-rs#86
    Closes: http-rs#93
    Fishrock123 committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    cd300ac View commit details
    Browse the repository at this point in the history
  3. change: deprecate with_max_connections

    Follow-up for stabilising Config.
    Fishrock123 committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    14dd1bb View commit details
    Browse the repository at this point in the history