(web server http) comment
authorAndy Wingo <wingo@pobox.com>
Sat, 4 Dec 2010 18:45:51 +0000 (19:45 +0100)
committerAndy Wingo <wingo@pobox.com>
Sat, 4 Dec 2010 18:45:51 +0000 (19:45 +0100)
* module/web/server/http.scm: Add comment about charsets.

module/web/server/http.scm

index 46dcbb2..150b73e 100644 (file)
 ;; 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)