lib/curl: update module doc
authorAlexis Laferrière <alexis.laf@xymus.net>
Sun, 7 Jun 2015 12:24:05 +0000 (08:24 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Sun, 7 Jun 2015 19:41:46 +0000 (15:41 -0400)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

lib/curl/curl.nit

index 330bffd..b77b0f1 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# Network functionnalities based on Curl_c module.
+# Curl services: `CurlHTTPRequest` and `CurlMail`
 module curl
 
 import native_curl
 
-# Top level of Curl
+# Curl library handle, it is initialized and released with this class
 class Curl
        super FinalizableOnce