Marten Seemann
|
4f6d0e651a
|
implement HTTP/3
|
2019-04-11 09:06:10 +09:00 |
|
Marten Seemann
|
f6357dc858
|
use the self-signed certificate for the example server and client
|
2018-12-13 14:42:25 +06:30 |
|
Marten Seemann
|
3266e36811
|
drop support for gQUIC
|
2018-10-30 10:20:39 +07:00 |
|
Marten Seemann
|
69d3929ae0
|
add a quiet flag to the example client
|
2018-10-01 19:33:06 -07:00 |
|
Marten Seemann
|
948eef3e42
|
create a logger interface and use it everywhere
|
2018-04-04 13:03:28 +07:00 |
|
Marten Seemann
|
3e9c8317db
|
close the h2quic.RoundTripper in the example client
While it's not necessary, it's best practice to close the RoundTripper.
That way, QUIC can do a proper connection shutdown.
|
2017-12-30 13:45:11 +07:00 |
|
Marten Seemann
|
66f425f10e
|
add a -tls flag to the example client and server
This will add the WIP TLS version as the preferred supported version. It
is intended for developing and testing of IETF QUIC.
|
2017-12-05 11:00:51 +07:00 |
|
Marten Seemann
|
9df3380bc6
|
rename the h2quic.QuicRoundTripper to h2quic.RoundTripper
|
2017-06-26 19:14:41 +02:00 |
|
Marten Seemann
|
c0b09c8646
|
make utils an internal package
|
2017-06-09 22:28:40 +02:00 |
|
Marten Seemann
|
7e256e0ebe
|
log timestamps
|
2017-05-16 12:19:36 +08:00 |
|
Marten Seemann
|
cc97a2fba4
|
print request body in example client
|
2017-01-14 18:58:47 +07:00 |
|
Marten Seemann
|
6ece13f9ab
|
add a better example client
|
2017-01-14 18:58:44 +07:00 |
|
Marten Seemann
|
08c267431b
|
implement closing the quic client with an error
|
2017-01-14 18:58:43 +07:00 |
|
Marten Seemann
|
a7afd72795
|
add a callback that is called when the crypto level changes
|
2017-01-14 18:54:18 +07:00 |
|
Marten Seemann
|
dc05de3312
|
add a callback to client that is called after the version is negotiated
|
2017-01-14 18:54:18 +07:00 |
|
Marten Seemann
|
7fa93c56af
|
implement a proper Close method for the Client
|
2017-01-14 18:52:20 +07:00 |
|
Marten Seemann
|
de168addd5
|
don’t panic after sending a ConnectionClose
|
2017-01-14 18:52:20 +07:00 |
|
Marten Seemann
|
014315d3c7
|
parse hostname from address and pass it to the client cryptoSetup
|
2017-01-14 18:52:19 +07:00 |
|
Marten Seemann
|
afa71d52f1
|
create Client in main package
|
2017-01-14 18:45:15 +07:00 |
|
Marten Seemann
|
6189df2d37
|
move client to subdirectory in example package
|
2017-01-14 18:45:15 +07:00 |
|