aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorGravatar Aliaksandr Valialkin <valyala@gmail.com> 2016-01-04 15:26:52 +0200
committerGravatar Aliaksandr Valialkin <valyala@gmail.com> 2016-01-04 15:27:13 +0200
commita89d890c8c2cede1325eb1c9301e7289f54a2988 (patch)
treec25287893082ea82bf6aea822c833b899b8f7913 /TODO
parentTransparently gunzip multipart form data on Request.MultipartForm() call acco... (diff)
downloadfasthttp-a89d890c8c2cede1325eb1c9301e7289f54a2988.tar.gz
fasthttp-a89d890c8c2cede1325eb1c9301e7289f54a2988.tar.bz2
fasthttp-a89d890c8c2cede1325eb1c9301e7289f54a2988.zip
Added WriteGzip and WriteGunzip helper functions
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index 7ea2fca..cc72cc6 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,3 @@
-- Add WriteGzip, WriteGunzip
-
- SessionClient with referer and cookies support.
- Load balancing client for multiple upstream hosts.
- Client with requests' pipelining support.