aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorGravatar Aliaksandr Valialkin <valyala@gmail.com> 2015-12-08 15:22:17 +0200
committerGravatar Aliaksandr Valialkin <valyala@gmail.com> 2015-12-08 15:22:17 +0200
commita482b7d35c844c201c79fc3725c0497753e71c18 (patch)
tree1865a08c5963f92af57688ec8dba118e67380e4a /TODO
parentSpelling fix (diff)
downloadfasthttp-a482b7d35c844c201c79fc3725c0497753e71c18.tar.gz
fasthttp-a482b7d35c844c201c79fc3725c0497753e71c18.tar.bz2
fasthttp-a482b7d35c844c201c79fc3725c0497753e71c18.zip
Updated TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 2ded319..cc72cc6 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-- Example tests.
+- SessionClient with referer and cookies support.
- Load balancing client for multiple upstream hosts.
- Client with requests' pipelining support.
- WebSockets. See https://tools.ietf.org/html/rfc6455 .