书栈网 · BookStack 本次搜索耗时 0.015 秒,为您找到 468 个相关结果.
  • Extensions

    Extensions Extensions Filters Listener filters Network filters UDP listener filters HTTP filters Dubbo filters Thrift filters Access loggers Common access log types ...
  • User space

    803 2019-12-09 《HTTP/3 explained》
    User-space Many implementations User-space Implementing a transport protocol in user-space helps enable quickiteration of the protocol, as it is comparatively easy to evolve t...
  • Protocol features

    570 2019-12-09 《HTTP/3 explained》
    Protocol features Protocol features The QUIC protocol from a high level. Illustrated below is the HTTP/2 network stack on the left and the QUIC networkstack on the right, when...
  • Extensions

    Extensions Extensions Filters Listener filters Network filters UDP listener filters HTTP filters Dubbo filters Thrift filters Access loggers Common access log types ...
  • 10. Chromium里的http2

    10. Chromium里的http2 10.1. 首先,确保它已被启用 10.2. TLS-only 10.3. 图形化HTTP/2 10.4. QUIC 10. Chromium里的http2 Chromium团队并且很早之前就已经在dev和beta分支里面实现并支持了HTTP/2。从2015年1月27日发布的Chrome 40起,htt...
  • Reliable

    534 2019-12-09 《HTTP/3 explained》
    ‎Reliable data transfers ‎Reliable data transfers While UDP is not a reliable transport, QUIC adds a layer on top of UDP thatintroduces reliability. It offers re-transmissions ...
  • Connection pooling

    Connection pooling HTTP/1.1 HTTP/2 HTTP/3 Automatic protocol selection Number of connection pools Health checking interactions Connection pooling For HTTP traffic, Envoy s...
  • 传输层与应用层协议

    1267 2019-12-09 《HTTP/3 详解》
    传输层与应用层 传输层与应用层 IETF版QUIC是一个传输层协议,在该协议之上可以运行其他应用层协议。初始的应用层协议是HTTP/3(h3)。 传输层协议负责连接和数据流处理。 在Google的传统QUIC中,传输层与HTTP融在一起,为包揽一切的全功能设计,它是一个更有指向性的“基于UDP传输HTTP/2帧”(send-http/2-fram...
  • 快速起步

    2834 2019-03-10 《Go RPC 开发指南》
    快速起步 安装 实现Service 实现 Server 实现 Client 异步调用 Service 快速起步 安装 首先,你需要安装 rpcx: go get - u - v github . com / smallnest / rpcx /... 这一步只会安装 rpcx 的基础功能。如果你想要使用 etcd 作为...
  • Connection pooling

    Connection pooling HTTP/1.1 HTTP/2 HTTP/3 Automatic protocol selection Number of connection pools Health checking interactions Connection pooling For HTTP traffic, Envoy s...