From 6792ec40587bde8dbd7fac67c35038afc126e80b Mon Sep 17 00:00:00 2001 From: Angelo Agatino Nicolosi Date: Sat, 30 Jul 2016 14:43:53 +0200 Subject: Integrated encode/decoder for brotli --- netlib/http/message.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'netlib/http/message.py') diff --git a/netlib/http/message.py b/netlib/http/message.py index be35b8d1..ce92bab1 100644 --- a/netlib/http/message.py +++ b/netlib/http/message.py @@ -248,7 +248,7 @@ class Message(basetypes.Serializable): def encode(self, e): """ - Encodes body with the encoding e, where e is "gzip", "deflate" or "identity". + Encodes body with the encoding e, where e is "gzip", "deflate", "identity", or "br". Any existing content-encodings are overwritten, the content is not decoded beforehand. -- cgit v1.2.3