V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
est
V2EX  ›  分享发现

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

  •  
  •   est · 2014-11-03 14:13:00 +08:00 · 6772 次点击
    这是一个创建于 3469 天前的主题,其中的信息可能已经有所发展或是发生改变。
    玩过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 条回复    2014-11-25 14:59:58 +08:00
    hewigovens
        1
    hewigovens  
       2014-11-03 14:34:44 +08:00
    刚开始还以为是 nginx http2.0...
    Actrace
        2
    Actrace  
       2014-11-03 14:40:26 +08:00
    chrome原生支持了SSL Proxy.
    其他浏览器倒还没有.所以也就Chrome能用这个HTTPS代理了.
    ericFork
        3
    ericFork  
       2014-11-03 15:19:18 +08:00
    这东西和 spdylay 很像啊..
    flynaj
        4
    flynaj  
       2014-11-24 00:27:59 +08:00
    有没有编译好的bin给一个,我用centos编译不了!
    flynaj
        5
    flynaj  
       2014-11-25 14:59:58 +08:00
    这个使用了spdylay的库,spdylay是 spdy3.1 在下一下版本就是http2了!
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   792 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 479ms · UTC 21:00 · PVG 05:00 · LAX 14:00 · JFK 17:00
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.