タグ

SPDYに関するshokaiのブックマーク (3)

  • Overview - OkHttp

    Overview Features Recipes Security Works with OkHttp API Change Logs Contributing OkHttp¶ HTTP is the way modern applications network. It’s how we exchange data & media. Doing HTTP efficiently makes your stuff load faster and saves bandwidth. OkHttp is an HTTP client that’s efficient by default: HTTP/2 support allows all requests to the same host to share a socket. Connection pooling reduces reque

    shokai
    shokai 2015/02/26
    squareのAndroid用HTTPクライアント
  • GO の SPDY パッケージのアップグレード - Block Rockin’ Codes

    追記 2013/02/13 パッチが家に取り込まれました https://code.google.com/p/go/source/detail?r=71409a1c89f0&repo=net レビューでもの凄くお世話になった mikio 先生には頭が上がりません。 当にありがとうございました。 intro あけましておめでとうございます。 このお正月は、ずっと Go を触りながら、 Go の準標準モジュール? である SPDY パッケージのアップグレードをやっていました。 もともとは、 HTTP2 のサーバを書いてみようと思い、色々あって Go を選んだら、spdy パッケージがあるけどバージョンが古かったというのが始まりです。 SPDY の知識はある程度ありますが、 Go 自体はほとんどはじめてなので、こっから Go にも詳しくなれればというモチベーションです。 Go の SPDY

    GO の SPDY パッケージのアップグレード - Block Rockin’ Codes
  • SPDY

    SPDY is deprecated. This page is out of date. SPDY was an experimental protocol for the web with the primary goal to reduce latency of web pages. Its successor is HTTP/2. Documentation SPDY: An experimental protocol for a faster web SPDY protocol specification Server Push and Server Hint Research An Argument For Changing TCP Slow Start - Mike Belshe 01/11/10 More Bandwidth Doesn't Matter (much) -

    shokai
    shokai 2009/11/14
  • 1