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:
parent
f3d390939b
commit
e8c44a044f
1 changed files with 8 additions and 0 deletions
|
@ -17,6 +17,14 @@
|
||||||
;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||||
;; 02110-1301 USA
|
;; 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:
|
;;; Code:
|
||||||
|
|
||||||
(define-module (web server http)
|
(define-module (web server http)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue