Modifications
8 Nov 2002 - Peter Vanroose - corrected HTTP client request syntax
Definition in file vul_url.cxx.
#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. | |
|
|
only call this method with a correctly formatted http URL.
Definition at line 252 of file vul_url.cxx. |
|
|
only call this method with a correctly formatted http URL.
Definition at line 45 of file vul_url.cxx. |
1.4.4