https://github.com/tabe/http
An R6RS library for Hypertext Transfer Protocol (HTTP)
https://github.com/tabe/http
Last synced: 4 months ago
JSON representation
An R6RS library for Hypertext Transfer Protocol (HTTP)
- Host: GitHub
- URL: https://github.com/tabe/http
- Owner: tabe
- License: bsd-3-clause
- Created: 2010-05-19T02:14:44.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2010-06-11T02:15:46.000Z (about 16 years ago)
- Last Synced: 2025-07-18T19:22:09.964Z (11 months ago)
- Language: Scheme
- Homepage: http://fixedpoint.jp/
- Size: 219 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
An R6RS library for Hypertext Transfer Protocol (HTTP)
== License
New BSD License
== RFC
Hypertext Transfer Protocol -- HTTP/1.1
http://www.ietf.org/rfc/rfc2616.txt
http://www.w3.org/Protocols/rfc2616/rfc2616.html
HTTP Authentication: Basic and Digest Access Authentication
http://www.ietf.org/rfc/rfc2617.txt
HTTP Over TLS
http://www.ietf.org/rfc/rfc2818.txt
HTTP State Management Mechanism
http://www.ietf.org/rfc/rfc2965.txt
== Note
* Tests use Mosh [0] and Ypsilon [1] as R6RS compliant interpreters,
with our xUnit library (xunit) [2].
So you need to specify (xunit)'s location as $(XUNIT) in "config.mk".
Then: make test.
== Reference
[0] http://code.google.com/p/mosh-scheme/
[1] http://code.google.com/p/ypsilon/
[2] http://github.com/tabe/xunit/