Guile-WWW
Modules ReferenceGuile-WWW is a set of Guile Scheme modules providing support for navigating HTTP connections, parsing URLs, handling CGI operations, and fetching WWW resources.
This reference manual is for Guile-WWW 2.37.
Copyright © 2007–2013 Thien-Thi Nguyen
Copyright © 2001–2007 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the appendix entitled “GNU Free Documentation License”.
Basic – (www *) | ||
---|---|---|
• http: | Navigate HTTP connections. | |
• url: | Parse URLs, including decoding. | |
• cgi: | Write CGI scripts painlessly. | |
• url-coding: | URL decode and encode, only. | |
• utcsec: | Seconds after epoch, UTC. | |
Server Utilities – (www server-utils *) | ||
• big-dishing-loop: | Customizable listener and dispatch. | |
• parse-request: | Read HTTP first line and headers. | |
• form-2-form: | Unflatten POSTed form data. | |
• filesystem: | Work with the local filesystem. | |
• cgi-prep: | Prepare environment for CGI handoff. | |
• cookies: | Handling bits of client-side state. | |
• answer: | HTTP connection handling and responses. | |
• log: | Love notes to other programs. | |
• modlisp: | Hiding behind Apache. | |
Data – (www data *) | ||
• http-status: | The dreaded 404 lives here. | |
• mime-types: | Map filename extension to MIME type(s). | |
• GNU FDL: | GNU Free Documentation License | |
• Index: |