about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-02-06 10:52:31 +0000
committerEric Wong <normalperson@yhbt.net>2011-02-06 10:52:31 +0000
commitd0b41571897a809dafb8bc9b11248078ce458723 (patch)
tree6d240f61ab8e5577f6fd455f3bda6c87142328a4
parent925cf20495f5b8286672c6533350485f96a4dbb9 (diff)
downloadkcar-d0b41571897a809dafb8bc9b11248078ce458723.tar.gz
We're not an HTTP client and will likely never be.
-rw-r--r--README2
-rw-r--r--TODO4
2 files changed, 0 insertions, 6 deletions
diff --git a/README b/README
index e289e11..da18de3 100644
--- a/README
+++ b/README
@@ -5,8 +5,6 @@ kcar features an HTTP parser that will convert a bytestream into a
 agnostic, so it may be used with HTTP streams over Unix domain sockets,
 regular files, FIFOs, StringIOs as well as traditional TCP sockets.
 
-A drop-in, Net::HTTP-compatible interface is planned.
-
 == Features
 
 * RFC2616-compliant Ragel+C parser adapted from Unicorn and Mongrel
diff --git a/TODO b/TODO
index 98e4116..8166e92 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,2 @@
 Patches to kcar@librelist.com (via git format-patch + git send-email) for
 these would be greatly appreciated
-
-* optional drop-in monkey patch for Net::HTTP
-* optional EventMachine support
-* optional Rev support