Functions
core/vul/vul_url.cxx File Reference
#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.

Detailed Description

Author:
Ian Scott Based on vil_stream_url by fsm
    Modifications
     8 Nov 2002 - Peter Vanroose - corrected HTTP client request syntax
   

Definition in file vul_url.cxx.


Function Documentation

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.