summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2010-12-04 19:45:51 +0100
committerAndy Wingo <wingo@pobox.com>2010-12-04 19:45:51 +0100
commite8c44a044f643671a9e5779048e422d16f67d422 (patch)
tree86bb73754abb973547ab1b75af265803c357cc1d
parentf3d390939b841067917beb821075368a6395dccc (diff)
downloadguile-e8c44a044f643671a9e5779048e422d16f67d422.tar.gz
(web server http) comment
* module/web/server/http.scm: Add comment about charsets.
-rw-r--r--module/web/server/http.scm8
1 files changed, 8 insertions, 0 deletions
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)