We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16a4d9d commit 6b61878Copy full SHA for 6b61878
README.md
@@ -9,6 +9,12 @@ Caronte is an HTTP programmable proxying library that supports
9
websockets. It is suitable for implementing components such as
10
proxies and load balancers.
11
12
+### Build Status
13
+
14
+<p align="center">
15
+ <img src="https://travis-ci.org/nodejitsu/node-http-proxy.png?branch=caronte"/>
16
+</p>
17
18
### Core Concept
19
20
A new proxy is created by calling `createProxyServer` and passing
0 commit comments