Replace http-client.scm with new HTTP support. The new mechanism is
authorChris Hanson <org/chris-hanson/cph>
Sun, 24 Aug 2008 07:20:12 +0000 (07:20 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sun, 24 Aug 2008 07:20:12 +0000 (07:20 +0000)
commit196e3b5c2e047d03b40aaa229192ff9cdc99fa2a
tree757446c4fa40ed3ac83d5572a8b193efa732518b
parent3fddc015665b007cb9a37105fcbe4418af5df3b8
Replace http-client.scm with new HTTP support.  The new mechanism is
slightly lower level than the old, but it provides support for servers
and is slightly smarter about encoding.

THIS WILL BREAK EXISTING USERS OF HTTP-CLIENT
v7/src/runtime/ed-ffi.scm
v7/src/runtime/html-form-codec.scm [new file with mode: 0644]
v7/src/runtime/http-client.scm
v7/src/runtime/httpio.scm [new file with mode: 0644]
v7/src/runtime/make.scm
v7/src/runtime/rfc2822-headers.scm [new file with mode: 0644]
v7/src/runtime/runtime.pkg
v7/src/runtime/url.scm