aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorGravatar Aliaksandr Valialkin <valyala@gmail.com> 2016-01-02 13:52:16 +0200
committerGravatar Aliaksandr Valialkin <valyala@gmail.com> 2016-01-02 13:52:16 +0200
commit7d4b6abe4793121c252d98d4464b65a3b2f87530 (patch)
tree2dfe516fcaf0865365941cadbfd7a6b019a594d5 /TODO
parentMerge pull request #27 from mkravchuk7/master (diff)
downloadfasthttp-7d4b6abe4793121c252d98d4464b65a3b2f87530.tar.gz
fasthttp-7d4b6abe4793121c252d98d4464b65a3b2f87530.tar.bz2
fasthttp-7d4b6abe4793121c252d98d4464b65a3b2f87530.zip
Added short term TODO items
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index cc72cc6..2d8fe3b 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,10 @@
+- Add URI.Base
+- Skip Content-Type for empty responses.
+- Add WriteGzip, WriteGunzip
+- Do not parse multipart forms if content-encoding is grip or deflate.
+- Close multipart files during marshalling.
+
+
- SessionClient with referer and cookies support.
- Load balancing client for multiple upstream hosts.
- Client with requests' pipelining support.