From c0c5793fda9a0cc165ea4f5ef25db07086a01003 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Fri, 27 Nov 2015 12:24:44 +0200 Subject: [PATCH] Updated TODO --- TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO b/TODO index 326a0bf..b9b6a6f 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,6 @@ - Example tests. - Load balancing client for multiple upstream hosts. - Client with requests' pipelining support. +- WebSockets. See https://tools.ietf.org/html/rfc6455 . +- HTTP/2.0. See https://tools.ietf.org/html/rfc7540 . +- Uploaded files' parsing support (aka multipart/form-data). See http://tools.ietf.org/html/rfc1867 .