about summary refs log tree commit homepage
path: root/README
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 /README
parent925cf20495f5b8286672c6533350485f96a4dbb9 (diff)
downloadkcar-d0b41571897a809dafb8bc9b11248078ce458723.tar.gz
We're not an HTTP client and will likely never be.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 0 insertions, 2 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