README 500 B

12345678910
  1. This module implements a simple, stateless and non-blocking HTTP
  2. client. It supports GET, POST and other request methods, cookies and
  3. more, all on a very low level. It can follow redirects, supports
  4. proxies, and automatically limits the number of connections to the
  5. values specified in the RFC.
  6. It should generally be a "good client" that is enough for most HTTP
  7. tasks. Simple tasks should be simple, but complex tasks should still
  8. be possible as the user retains control over HTTP message headers.