aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorGravatar Aliaksandr Valialkin <valyala@gmail.com> 2016-01-06 12:34:52 +0200
committerGravatar Aliaksandr Valialkin <valyala@gmail.com> 2016-01-06 12:34:52 +0200
commitac22368912cfc726a80e083e38d1278ab545d876 (patch)
tree182350a7e751e6036b66681d2709a818f2699d0a /TODO
parentIssue #30: properly handle content-length for HEAD responses (diff)
downloadfasthttp-ac22368912cfc726a80e083e38d1278ab545d876.tar.gz
fasthttp-ac22368912cfc726a80e083e38d1278ab545d876.tar.bz2
fasthttp-ac22368912cfc726a80e083e38d1278ab545d876.zip
Added ProxyHandler to TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index cc72cc6..ce1e2bb 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,6 @@
- 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 .
- HTTP/2.0. See https://tools.ietf.org/html/rfc7540 .