Project

General

Profile

Scol standard library package  0.3.1
Common and usefull functions for all Scol applications
curl.pkg File Reference

Scol Standard Library - New HTTP client request API. More...

Functions

 std_curlGet ()

Detailed Description

Scol Standard Library - New HTTP client request API.

Author
Scol team
Version
0.1

This API provides some options to write HTTP client request routines for Scol from the libcurl support library. This is newer than the INET API ( lib/std/http.pkg ).

Remarks
This API requires the list API ( lib/std/list.pkg ) and the string API ( lib/std/string.pkg )
Libcurl website : http://curl.haxx.se/libcurl/