slack-desc 1.3 KB

1234567891011121314151617181920
  1. # HOW TO EDIT THIS FILE:
  2. # The "handy ruler" below makes it easier to edit a package description.
  3. # Line up the first '|' above the ':' following the base package name, and
  4. # the '|' on the right side marks the last column you can put a character in.
  5. # You must make exactly 11 lines for the formatting to be correct. It's also
  6. # customary to leave one space after the ':' except on otherwise blank lines.
  7. |-----handy-ruler------------------------------------------------------|
  8. perl-AnyEvent-HTTP: perl-AnyEvent-HTTP (simple but non-blocking HTTP/HTTPS client)
  9. perl-AnyEvent-HTTP:
  10. perl-AnyEvent-HTTP: This module implements a simple, stateless and non-blocking HTTP
  11. perl-AnyEvent-HTTP: client. It supports GET, POST and other request methods, cookies and
  12. perl-AnyEvent-HTTP: more, all on a very low level. It can follow redirects, supports
  13. perl-AnyEvent-HTTP: proxies, and automatically limits the number of connections to the
  14. perl-AnyEvent-HTTP: values specified in the RFC.
  15. perl-AnyEvent-HTTP:
  16. perl-AnyEvent-HTTP: It should generally be a "good client" that is enough for most HTTP
  17. perl-AnyEvent-HTTP: tasks. Simple tasks should be simple, but complex tasks should still
  18. perl-AnyEvent-HTTP: be possible as the user retains control over HTTP message headers.