Zurl 1.0.0
----------
Date: August 10th, 2013
Author: Justin Karneges <justin@fanout.io>
Mailing List: http://lists.fanout.io/listinfo.cgi/fanout-users-fanout.io

HTTP client worker with ZeroMQ interface, written in Qt/C++.

License:

  - Zurl is offered under the GNU GPL. See the COPYING file.

Features:

  - Request HTTP and HTTPS URLs
  - Completely event-driven, using JDNS and Libcurl
  - Handle thousands of simultaneous outbound connections
  - Two access methods: REQ and PUSH/SUB (think Mongrel2 in reverse!)
  - Streaming requests and responses
  - Packet format uses TNetStrings
  - Set access policies (e.g. block requests to 10.*)

Requirements:

  qt >= 4.7
  libzmq >= 2.0
  libcurl >= 7.20

If accessing from Git, be sure to pull submodules:

  git submodule init
  git submodule update

Build:

  ./configure
  make

Run:

  ./zurl --verbose --config=zurl.conf.example

Test:

  python tools/get.py http://fanout.io/
