Skip to content

Commit 626129a

Browse files
committed
update http links
1 parent 0ee6c44 commit 626129a

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

docs/research.md

+19-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,25 @@ A series of topics for R&D.
1010
## HTTP/3
1111

1212
- [AIOQuic](https://github.com/aiortc/aioquic) [python3]
13-
- Cloudflare [h3i](https://blog.cloudflare.com/h3i/) and [QUICHE](https://github.com/cloudflare/quiche)
14-
- [open source h3i](https://www.phoronix.com/news/Cloudflare-Open-Source-h3i)
13+
- [open source h3i](https://www.phoronix.com/news/Cloudflare-Open-Source-h3i)
14+
- Cloudflare QUIC <https://cloudflare-quic.com/>
15+
- [h3i](https://blog.cloudflare.com/h3i/)
16+
- [QUICHE](https://github.com/cloudflare/quiche)
17+
- Get a [head start with QUIC](https://blog.cloudflare.com/head-start-with-quic/)
18+
- [HTTP/3: From root to tip](https://blog.cloudflare.com/head-start-with-quic/)
19+
20+
### HTTP/x
21+
22+
- [What version of HTTP are you connecting with?](https://kmcd.dev/http/)
23+
- [HTTP/0.9 From Scratch](https://kmcd.dev/posts/http0.9-from-scratch/) and the [source](https://github.com/sudorandom/kmcd.dev/tree/main/content/posts/2024/http0.9-from-scratch)
24+
- [HTTP/1.0 From Scratch](https://kmcd.dev/posts/http1.0-from-scratch/) and the [source](https://github.com/sudorandom/kmcd.dev/tree/main/content/posts/2024/http1.0-from-scratch)
25+
26+
- [HyperText Transfer Protocol (HTTP)](https://http.dev/)
27+
- <https://http.dev/1.0> and [RFC 1945](https://www.rfc-editor.org/rfc/rfc1945)
28+
- <https://http.dev/1.1> and [RFC 2616](https://www.rfc-editor.org/rfc/rfc2616), [RFC 7230](https://www.rfc-editor.org/rfc/rfc7230), [RFC 7235](https://www.rfc-editor.org/rfc/rfc7235)
29+
- <https://http.dev/2> and [RFC 7540](https://www.rfc-editor.org/rfc/rfc7540)
30+
- <https://http.dev/3> and [RFC 9114](https://www.rfc-editor.org/rfc/rfc9114)
31+
1532

1633
## WebAuth/Passkey
1734

0 commit comments

Comments
 (0)