An open API service indexing awesome lists of open source software.

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)

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/