URL.h File Reference

A helper class for URL encode/decode. More...

#include "Config.h"
#include <cassert>
#include <string>
#include "URI/uri.h"

Go to the source code of this file.

Classes

class  te::common::URL
 A class URL represents a Uniform Resource Locator, a pointer to a "resource" on the World Wide Web. A resource can be something as simple as a file or a directory, or it can be a reference to a more complicated object, such as a query to a database or to a search engine. This class is based on the MIT code uripp http://uripp.sourceforge.net/ . More...
 

Namespaces

 te
 URI C++ Library.
 
 te::common
 Namespace for the Common module of TerraLib.
 

Detailed Description

A helper class for URL encode/decode.

Definition in file URL.h.