#include <cstdio>#include <cstring>#include <cstdlib>#include <sstream>#include <fstream>#include <iostream>#include "vul_url.h"#include <cassert>#include <vul/vul_file.h>#include <unistd.h>#include <netdb.h>#include <sys/socket.h>#include <netinet/in.h>Go to the source code of this file.
Macros | |
| #define | SOCKET int |
Functions | |
| std::istream * | vul_http_open (char const *url) |
| only call this method with a correctly formatted http URL. More... | |
| bool | vul_http_exists (char const *url) |
| only call this method with a correctly formatted http URL. More... | |
Definition in file vul_url.cxx.
| #define SOCKET int |
Definition at line 31 of file vul_url.cxx.
| bool vul_http_exists | ( | char const * | url | ) |
only call this method with a correctly formatted http URL.
Definition at line 247 of file vul_url.cxx.
| std::istream* vul_http_open | ( | char const * | url | ) |
only call this method with a correctly formatted http URL.
Definition at line 40 of file vul_url.cxx.
1.8.15