aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorGravatar Aliaksandr Valialkin <valyala@gmail.com> 2016-01-12 11:08:24 +0200
committerGravatar Aliaksandr Valialkin <valyala@gmail.com> 2016-01-12 11:08:24 +0200
commitc8f577c7f1d8408ecb95c45a6b2ce7d14259b843 (patch)
tree15224d642045ae65afb86c7092d1808b8e92c329 /TODO
parentAdded TLSConnectionState function to RequestCtx for verifying client certific... (diff)
downloadfasthttp-c8f577c7f1d8408ecb95c45a6b2ce7d14259b843.tar.gz
fasthttp-c8f577c7f1d8408ecb95c45a6b2ce7d14259b843.tar.bz2
fasthttp-c8f577c7f1d8408ecb95c45a6b2ce7d14259b843.zip
Added ability to balance requests among multiple upstream hosts via HostClient
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index ce1e2bb..399593d 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,4 @@
- SessionClient with referer and cookies support.
-- Load balancing client for multiple upstream hosts.
- Client with requests' pipelining support.
- ProxyHandler similar to FSHandler.
- WebSockets. See https://tools.ietf.org/html/rfc6455 .