mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
13b5d9e0a7
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
9 lines
500 B
Text
9 lines
500 B
Text
This module implements a simple, stateless and non-blocking HTTP
|
|
client. It supports GET, POST and other request methods, cookies and
|
|
more, all on a very low level. It can follow redirects, supports
|
|
proxies, and automatically limits the number of connections to the
|
|
values specified in the RFC.
|
|
|
|
It should generally be a "good client" that is enough for most HTTP
|
|
tasks. Simple tasks should be simple, but complex tasks should still
|
|
be possible as the user retains control over HTTP message headers.
|