From e8c44a044f643671a9e5779048e422d16f67d422 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Sat, 4 Dec 2010 19:45:51 +0100 Subject: [PATCH] (web server http) comment * module/web/server/http.scm: Add comment about charsets. --- module/web/server/http.scm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/module/web/server/http.scm b/module/web/server/http.scm index 46dcbb24a..150b73e06 100644 --- a/module/web/server/http.scm +++ b/module/web/server/http.scm @@ -17,6 +17,14 @@ ;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA ;; 02110-1301 USA +;;; Commentary: +;;; +;;; This is the HTTP implementation of the (web server) interface. +;;; +;;; `read-request' sets the character encoding on the new port to +;;; latin-1. See the note in request.scm regarding character sets, +;;; strings, and bytevectors for more information. +;;; ;;; Code: (define-module (web server http)