#include "vul_url.h"#include <vcl_cstdio.h>#include <vcl_cstring.h>#include <vcl_cstdlib.h>#include <vcl_sstream.h>#include <vcl_cassert.h>#include <vcl_fstream.h>#include <vul/vul_file.h>Go to the source code of this file.
Functions | |
| vcl_istream * | vul_http_open (char const *url) |
| only call this method with a correctly formatted http URL. | |
| bool | vul_http_exists (char const *url) |
| only call this method with a correctly formatted http URL. | |
Definition in file vul_url.cxx.
| bool vul_http_exists | ( | char const * | url | ) |
only call this method with a correctly formatted http URL.
Definition at line 253 of file vul_url.cxx.
| vcl_istream* vul_http_open | ( | char const * | url | ) |
only call this method with a correctly formatted http URL.
Definition at line 46 of file vul_url.cxx.
1.7.5.1