#include "../Config.h"
#include "scheme.h"
#include "authority.h"
#include "path.h"
#include "query.h"
#include "fragment.h"
#include "utils.h"
#include <string>
#include <iostream>
 
Go to the source code of this file.
 | 
| std::ostream &  | te::common::uri::operator<< (std::ostream &os, const uri &v) | 
|   | Stream out URI encoding.  More...
  | 
|   | 
| bool  | te::common::uri::parse (std::string::const_iterator &first, std::string::const_iterator last, uri &v, std::string *errs=0) | 
|   | Parse URI, returning whether found or not and advancing first and setting URI if found.  More...
  | 
|   |