uquic/h2quic
2017-11-04 15:22:07 +07:00
..
client.go use stream 0 for the crypto stream when using TLS 2017-11-04 15:22:07 +07:00
client_test.go use stream 0 for the crypto stream when using TLS 2017-11-04 15:22:07 +07:00
gzipreader.go implement compressed requests and responses 2017-01-14 18:58:45 +07:00
h2quic_suite_test.go add h2quic package with response writer 2016-05-03 14:26:50 +02:00
request.go correctly read the hostname from a http.Request 2017-01-14 18:58:44 +07:00
request_body.go move utils.Stream to quic.Stream 2017-02-22 23:03:09 +07:00
request_body_test.go use a better mockStream in h2quic tests 2017-01-14 18:58:40 +07:00
request_test.go correctly read the hostname from a http.Request 2017-01-14 18:58:44 +07:00
request_writer.go make the protocol package internal 2017-08-30 00:19:44 +07:00
request_writer_test.go Fix cookie test for Go1.9 2017-07-03 13:57:11 +02:00
response.go compose a http.Response in h2quic client 2017-01-14 18:58:44 +07:00
response_writer.go Merge pull request #698 from twdkeule/implement-closeNotifier 2017-09-26 14:09:54 +02:00
response_writer_test.go Merge pull request #698 from twdkeule/implement-closeNotifier 2017-09-26 14:09:54 +02:00
roundtrip.go Merge pull request #753 from lucas-clemente/fix-734 2017-07-25 08:36:51 +07:00
roundtrip_test.go Merge pull request #753 from lucas-clemente/fix-734 2017-07-25 08:36:51 +07:00
server.go use stream 0 for the crypto stream when using TLS 2017-11-04 15:22:07 +07:00
server_test.go use stream 0 for the crypto stream when using TLS 2017-11-04 15:22:07 +07:00