V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
est

NgHTTP2 https://github.com/tatsuhiro-t/nghttp2

  •  
  •   est · Nov 3, 2014 · 7411 views
    This topic created in 4199 days ago, the information mentioned may be changed or developed.
    玩过SPDY的都知道。。。绝壁好东西!

    https://github.com/http2/http2-spec/wiki/Implementations

    特别是里面的 nghttpx - proxy

    Client <-- (HTTP/2, SPDY, HTTP/1.1) --> nghttpx <-- (HTTP/1.1) --> Proxy
    [secure proxy] (e.g., Squid, ATS)


    pac 写法

    function FindProxyForURL(url, host) {
    return "HTTPS SERVERADDR:PORT";
    }
    5 replies    2014-11-25 14:59:58 +08:00
    hewigovens
        1
    hewigovens  
       Nov 3, 2014
    刚开始还以为是 nginx http2.0...
    Actrace
        2
    Actrace  
       Nov 3, 2014
    chrome原生支持了SSL Proxy.
    其他浏览器倒还没有.所以也就Chrome能用这个HTTPS代理了.
    ericFork
        3
    ericFork  
       Nov 3, 2014
    这东西和 spdylay 很像啊..
    flynaj
        4
    flynaj  
       Nov 24, 2014
    有没有编译好的bin给一个,我用centos编译不了!
    flynaj
        5
    flynaj  
       Nov 25, 2014
    这个使用了spdylay的库,spdylay是 spdy3.1 在下一下版本就是http2了!
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2473 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 33ms · UTC 09:24 · PVG 17:24 · LAX 02:24 · JFK 05:24
    ♥ Do have faith in what you're doing.