Aegis  4.25.D505
Data Structures | Functions
/home/archives/aegis/branch.4/branch.25/delta28933.505/libaegis/input/curl.h File Reference
#include <common/ac/curl/curl.h>
#include <libaegis/input.h>

Go to the source code of this file.

Data Structures

class  input_curl

Functions

input_ty::pointer input_curl_open (struct string_ty *fn)
bool input_curl_looks_likely (struct string_ty *fn)

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 147 of file curl.h.

input_ty::pointer input_curl_open ( struct string_ty fn) [inline]

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 136 of file curl.h.