From 845ddb43da8aa2a8c80a9d9638d63386ddf97d7e Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sun, 28 Aug 2016 20:32:55 -0400 Subject: add content-length handling and partial chunked transfer-encoding support (still need footers and compression) --- TODO | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 TODO (limited to 'TODO') diff --git a/TODO b/TODO new file mode 100644 index 0000000..514ac79 --- /dev/null +++ b/TODO @@ -0,0 +1,13 @@ +TODO +[ ] tokens + [ ] TOKEN_CONNECTION_START + [ ] TOKEN_CONNECTION_END + [ ] TOKEN_REQUEST_START +[ ] content-types: + [ ] x-form-url-encoded + [ ] multipart/form-data +[ ] transfer-encodings + [-] chunked + [ ] gzip + [ ] deflate + [ ] compress -- cgit v1.2.3