Brad Fitzpatrick
|
1ade16a545
http2: set default User-Agent if not otherwise specified
|
8 years ago |
Brad Fitzpatrick
|
961116aeeb
http2: support CONNECT requests
|
8 years ago |
Brad Fitzpatrick
|
0cb26f788d
http2: move HEADERS/CONTINUATION order checking into Framer
|
9 years ago |
Brad Fitzpatrick
|
28273ec927
http2: make Transport's Response.Body.Close not wait for buffered data
|
9 years ago |
Blake Mizerany
|
d2ecd08ab7
http2: send client trailers
|
9 years ago |
Brad Fitzpatrick
|
b6b3bda554
http2: add support for Transport reading trailers from the server
|
9 years ago |
Brad Fitzpatrick
|
74bd44bb05
http2: catch panics server-side, respect RST_STREAM on the Transport side
|
9 years ago |
Brad Fitzpatrick
|
cf147af37e
http2: fix build for Go 1.4 users
|
9 years ago |
Brad Fitzpatrick
|
08a7b454b0
http2: support Request.Cancel in Transport
|
9 years ago |
Brad Fitzpatrick
|
b304fd0440
http2: send "http/1.1" ALPN in TLS dial in addition to "h2"
|
9 years ago |
Brad Fitzpatrick
|
438097d762
http2: make the Transport write request body data as it's available
|
9 years ago |
Brad Fitzpatrick
|
b092070472
http2: add automatic gzip compression for the Transport
|
9 years ago |
Brad Fitzpatrick
|
c745c36eab
http2: client & server fixes
|
9 years ago |
Brad Fitzpatrick
|
cf8d7ec53c
http2: minor transport code & docs cleanups
|
9 years ago |
Brad Fitzpatrick
|
042ba42fa6
http2: add ConfigureTransport, like ConfigureServer
|
9 years ago |
Brad Fitzpatrick
|
a179abb31d
http2: handle pings in Transport
|
9 years ago |
Brad Fitzpatrick
|
d62542d18c
http2: client conn pool abstraction
|
9 years ago |
Brad Fitzpatrick
|
633434aadc
http2: add Transport.RoundTripOpt, adds option to RoundTrip without new dials
|
9 years ago |
Brad Fitzpatrick
|
2fd7f1556c
http2: another Transport body-writing bug fix, and more tests
|
9 years ago |
Brad Fitzpatrick
|
24ab552e98
http2: fix Transport's flow control control when writing request bodies
|
9 years ago |
Blake Mizerany
|
1b27761f1c
http2: swallow io.EOF while reading body and flow fix
|
9 years ago |
Blake Mizerany
|
ce84af2e5b
http2: append query to :path pseudo-header
|
9 years ago |
Blake Mizerany
|
e1a5816c9b
http2: add DialTLS to Transport
|
9 years ago |
Brad Fitzpatrick
|
efe38d9b30
http2: push stream look up later in Transport, address some TODOs/cleanups
|
9 years ago |
Brad Fitzpatrick
|
a7d8d4e9cf
http2: send WINDOW_UPDATE frames while reading Transport Response bodies
|
9 years ago |
Brad Fitzpatrick
|
6281f06c8c
http2: add per-Response buffered response bodies with separate flow control
|
9 years ago |
Brad Fitzpatrick
|
09d2a416fa
http2: write Transport bodies
|
9 years ago |
Brad Fitzpatrick
|
2cba614e8f
http2: remove Transport.Fallback
|
9 years ago |
Brad Fitzpatrick
|
e71042db1c
http2: add Transport.AddIdleConn
|
9 years ago |
Brad Fitzpatrick
|
9946ad7d5e
http2: quiet Transport logging
|
9 years ago |