ddb37d804e
ThinHTTP is a lightweight and user friendly HTTP client library. It sends both URL (application/x-www-form-urlencoded) and MIME (multipart/form-data) encoded data. This makes it useful for sending either simple GET requests or uploading files via POST. From/maintainer Clint Pachl. Okay bernd@.
5 lines
253 B
Plaintext
5 lines
253 B
Plaintext
ThinHTTP is a lightweight and user friendly HTTP client library. It
|
|
sends both URL (application/x-www-form-urlencoded) and MIME
|
|
(multipart/form-data) encoded data. This makes it useful for sending
|
|
either simple GET requests or uploading files via POST.
|