summaryrefslogtreecommitdiff
path: root/module/web/server/http.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/server/http.scm')
-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)