This module contains several functions to retrieve data from an URL.  
More...
#include <stdlib.h>
Go to the source code of this file.
Detailed Description
This module contains several functions to retrieve data from an URL. 
Some examples of valid URL's: 
Definition in file uri.h.
Define Documentation
Definition at line 39 of file uri.h.
 
 
Function Documentation
Downloads data from a given URI. 
- Parameters:
- 
  
    | uri_str | URL string where to retrieve data |  | data | Pointer to a String buffer where data is retrieved |  | length | Length of retrieved data |  
 
- Returns:
- -1 on error, 0 on sucess