Skip to content
Snippets Groups Projects
  • Andy Green's avatar
    2a9b6f54
    client: h2 · 2a9b6f54
    Andy Green authored
    This adds h2 http support for the client api.
    
    The public client api requires no changes, it will detect by
    ALPN if the server can handle http/2, if so, it will use it.
    
    Multiple client connections using the lws api will be mapped on
    to the same single http/2 + tls socket using http/2 streams
    that are serviced simultaneously where possible.
    2a9b6f54
    History
    client: h2
    Andy Green authored
    This adds h2 http support for the client api.
    
    The public client api requires no changes, it will detect by
    ALPN if the server can handle http/2, if so, it will use it.
    
    Multiple client connections using the lws api will be mapped on
    to the same single http/2 + tls socket using http/2 streams
    that are serviced simultaneously where possible.