From 9ea4646262d855b1564cbf78e7bf9ab0be332dfd Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Fri, 13 Dec 2013 15:09:42 +0100 Subject: use markdown for readme --- README.mkd | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.mkd (limited to 'README.mkd') diff --git a/README.mkd b/README.mkd new file mode 100644 index 00000000..f3516faf --- /dev/null +++ b/README.mkd @@ -0,0 +1,8 @@ +[![Build Status](https://travis-ci.org/mitmproxy/netlib.png)](https://travis-ci.org/mitmproxy/netlib) [![Coverage Status](https://coveralls.io/repos/mitmproxy/netlib/badge.png)](https://coveralls.io/r/mitmproxy/netlib) + +Netlib is a collection of network utility classes, used by the pathod and +mitmproxy projects. It differs from other projects in some fundamental +respects, because both pathod and mitmproxy often need to violate standards. +This means that protocols are implemented as small, well-contained and flexible +functions, and are designed to allow misbehaviour when needed. + -- cgit v1.2.3