From d1c4c5e9f46da2031202cd871ae360e2dece1c3d Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Thu, 23 Mar 2023 09:11:42 +0900 Subject: [PATCH] readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 801c89ff..cc89ebab 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ ### Technical information -- [Supporting HTTP/2](https://www.yesodweb.com/blog/2015/07/http2) (blog) -- [HTTP/2 server library in Haskell](https://kazu-yamamoto.hatenablog.jp/entry/2019/06/21/124224) (blog) +- [Supporting HTTP/2](https://www.yesodweb.com/blog/2015/07/http2) (2015/07/23 blog) - [Experience Report: Developing HighPerformance HTTP/2 Server in Haskell](http://www.mew.org/~kazu/doc/paper/http2-haskell-2016.pdf), Haskell Symposium 2016 - [Exploring HTTP/2 Header Compression](https://www.mew.org/~kazu/doc/paper/hpack-2017.pdf), CFI 2017 +- [HTTP/2 server library in Haskell](https://kazu-yamamoto.hatenablog.jp/entry/2019/06/21/124224) (2019/06/21 blog) +- [Implementing HTTP/3 in Haskell](https://kazu-yamamoto.hatenablog.jp/entry/2020/06/09/155236) (2020-06-09 blog)