1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00

(web server http) comment

* module/web/server/http.scm: Add comment about charsets.
This commit is contained in:
Andy Wingo 2010-12-04 19:45:51 +01:00
parent f3d390939b
commit e8c44a044f

View file

@ -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)