aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-08-21 20:40:02 +0200
committerLoïc Hoguin <[email protected]>2013-08-22 10:41:19 +0200
commitfad5c0049df278cc498b6cdb519b09e845a070a8 (patch)
tree87ef1733e42edf4481318674d9c30ffd51cba9c4 /README.md
downloadcowlib-fad5c0049df278cc498b6cdb519b09e845a070a8.tar.gz
cowlib-fad5c0049df278cc498b6cdb519b09e845a070a8.tar.bz2
cowlib-fad5c0049df278cc498b6cdb519b09e845a070a8.zip
Initial commit with most of spdy/3
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..9523836
--- /dev/null
+++ b/README.md
@@ -0,0 +1,20 @@
+Cowlib
+======
+
+Cowlib is a support library for manipulating Web protocols.
+
+Goals
+-----
+
+Cowlib provides libraries for parsing and building messages
+for various Web protocols, including SPDY, HTTP and Websocket.
+
+It is optimized for completeness rather than speed. No value
+is ignored, they are all returned.
+
+Support
+-------
+
+ * Official IRC Channel: #ninenines on irc.freenode.net
+ * [Mailing Lists](http://lists.ninenines.eu)
+ * [Commercial Support](http://ninenines.eu/support)