aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 43052b9ceb02..f08de6169786 100644
--- a/README.md
+++ b/README.md
@@ -59,8 +59,10 @@ make docker-compose-up
## Todo
+- [ ] V4 implementation with [quic-go](https://github.com/quic-go/quic-go)
+- [ ] Websocket Support (V4)
- [ ] V3 implementation
-- [ ] Websocket Support - Partial support
+- [ ] Websocket Support (V3) - Partial support
- [x] CLI
- [ ] Other ways of installing (AUR, Bash, etc.)
- [ ] Other Ways of Handling Routes (net/http, gorilla/mux, etc.) CURRENTLY ONLY SUPPORTS: [chi](https://github.com/go-chi/chi)