libaegis/input/curl.h File Reference
#include <common/ac/curl/curl.h>
#include <libaegis/input.h>
Go to the source code of this file.
Function Documentation
      
        
          | bool input_curl_looks_likely | ( | struct string_ty * | fn | ) |  [inline] | 
      
 
The input_curl_looks_likely function is used to examine a filename and see if it starts with a prototype name (e.g. http: or ftp:) making it a likely bcandidate for the input_curl_open function. 
Definition at line 146 of file curl.h.
 
 
The input_curl_open function is used to open an input stream which reads from a Uniform Resource Locator (URL), typically an HTTP or FTP site somewhere on the Internet. 
Definition at line 135 of file curl.h.