aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorGravatar Aliaksandr Valialkin <valyala@gmail.com> 2016-04-01 18:06:59 +0300
committerGravatar Aliaksandr Valialkin <valyala@gmail.com> 2016-04-01 18:06:59 +0300
commit22c9594090793613a50396f61269b15951c6cc90 (patch)
tree45af1e4b4bb63e7a63e1fc886bb9386f15c3a88e /TODO
parentworkerpool: test cleaner (diff)
downloadfasthttp-22c9594090793613a50396f61269b15951c6cc90.tar.gz
fasthttp-22c9594090793613a50396f61269b15951c6cc90.tar.bz2
fasthttp-22c9594090793613a50396f61269b15951c6cc90.zip
Added PipelineClient for issuing pipelined requests to the server
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index 399593d..ce7505f 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,4 @@
- SessionClient with referer and cookies support.
-- Client with requests' pipelining support.
- ProxyHandler similar to FSHandler.
- WebSockets. See https://tools.ietf.org/html/rfc6455 .
- HTTP/2.0. See https://tools.ietf.org/html/rfc7540 .