X-Git-Url: http://nitlanguage.org diff --git a/lib/curl/curl.nit b/lib/curl/curl.nit index 11c39bf..f225a02 100644 --- a/lib/curl/curl.nit +++ b/lib/curl/curl.nit @@ -14,7 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Curl services: `CurlHTTPRequest` and `CurlMail` +# Data transfer with URL syntax +# +# Download or upload over HTTP with `CurlHTTPRequest` and send emails with `CurlMail`. module curl import native_curl