curl -
Data transfer powered by the native curl library
Download or upload data over HTTP with CurlHTTPRequest
and send emails
with CurlMail
. Scripts can use the easier (but limited) services on Text
,
http_get
and http_download
, provided by curl::extra
.
Content
- curl (lib/curl)
- curl: Data transfer powered by the native curl library (lib/curl/curl.nit)
- examples (lib/curl/examples)
- curl_http: Example use of the Curl module (lib/curl/examples/curl_http.nit)
- curl_rest (lib/curl/examples/curl_rest.nit)
- extra: Shortcut services for scripts:
http_get
andhttp_download
(lib/curl/extra.nit) - native_curl: Binding of C libCurl which allow us to interact with network. (lib/curl/native_curl.nit)