From e30d18aefc85b1ab3f16a7203682c2b0e5d18870 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Mon, 15 Mar 2010 19:25:20 +1300 Subject: [PATCH] http: update docs --- basis/http/http-docs.factor | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/basis/http/http-docs.factor b/basis/http/http-docs.factor index 2de2323394..a9695c667a 100644 --- a/basis/http/http-docs.factor +++ b/basis/http/http-docs.factor @@ -35,7 +35,8 @@ $nl { { $slot "header" } { "An assoc of HTTP header values. See " { $link "http.headers" } } } { { $slot "cookies" } { "A sequence of HTTP cookies. See " { $link "http.cookies" } } } { { $slot "content-type" } { "an HTTP content type" } } - { { $slot "content-charset" } { "an encoding descriptor. See " { $link "io.encodings" } } } + { { $slot "content-charset" } { "an encoding name" } } + { { $slot "content-encoding" } { "an encoding descriptor. See " { $link "io.encodings" } } } { { $slot "body" } { "an HTTP response body" } } } } ;