aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorGravatar Aliaksandr Valialkin <valyala@gmail.com> 2015-11-27 12:24:44 +0200
committerGravatar Aliaksandr Valialkin <valyala@gmail.com> 2015-11-27 12:24:44 +0200
commitc0c5793fda9a0cc165ea4f5ef25db07086a01003 (patch)
tree41bcf1e9a96821309620cc1097970f9e95f9aaa0 /TODO
parentUse the most optimized AppendBytesStr() implementation - append(dst, src..) :) (diff)
downloadfasthttp-c0c5793fda9a0cc165ea4f5ef25db07086a01003.tar.gz
fasthttp-c0c5793fda9a0cc165ea4f5ef25db07086a01003.tar.bz2
fasthttp-c0c5793fda9a0cc165ea4f5ef25db07086a01003.zip
Updated TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index 326a0bf..b9b6a6f 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,6 @@
- Example tests.
- Load balancing client for multiple upstream hosts.
- Client with requests' pipelining support.
+- WebSockets. See https://tools.ietf.org/html/rfc6455 .
+- HTTP/2.0. See https://tools.ietf.org/html/rfc7540 .
+- Uploaded files' parsing support (aka multipart/form-data). See http://tools.ietf.org/html/rfc1867 .