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

cohttp: move new client and server modules into a generic module #1003

Merged
merged 2 commits into from
Nov 1, 2023

Commits on Oct 31, 2023

  1. cohttp: move new client and server modules into a generic module

    to avoid shadowing Client and Server modules when opening Cohttp.
    
    This preserves backward compatibility for a very small price
    and improves library ergonomics since right now many project tend to
    open Cohttp to have the Headers and Response modules directly
    accessible.
    
    Signed-off-by: Marcello Seri <[email protected]>
    mseri committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    b1898db View commit details
    Browse the repository at this point in the history
  2. Update CHANGES

    Signed-off-by: Marcello Seri <[email protected]>
    mseri committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    59af795 View commit details
    Browse the repository at this point in the history