Add http::chunk_encode:

This transforms a ConstBufferSequence into a new ConstBufferSequence whose
data is encoded according to the Content transfer encoding rules of RFC2616.
The implementation does not copy any memory.
This commit is contained in:
Vinnie Falco
2014-11-12 16:15:33 -08:00
committed by Nik Bougalis
parent b14751aad9
commit 933a98b97c
3 changed files with 436 additions and 0 deletions

View File

@@ -27,6 +27,7 @@
#include <beast/http/impl/raw_parser.cpp>
#include <beast/http/impl/URL.cpp>
#include <beast/http/tests/chunked_encoder.test.cpp>
#include <beast/http/tests/parser.test.cpp>
#include <beast/http/tests/rfc2616.test.cpp>
#include <beast/http/tests/URL.test.cpp>