39#ifndef  _bes_http_HTTP_UTILS_H_ 
   40#define  _bes_http_HTTP_UTILS_H_ 1 
   49    void load_proxy_from_keys();
 
   53    void get_type_from_content_type(
const std::string &ctype, std::string &type);
 
   54    void get_type_from_url(
const std::string &
url, std::string &type);
 
Parse a URL into the protocol, host, path and query parts.
utility class for the HTTP catalog module
size_t load_max_redirects_from_keys()
void get_type_from_disposition(const string &disp, string &type)
string url_encode(const string &s)
void load_mime_list_from_keys(map< string, string > &mime_list)