public class NanoHTTP {
public weak string auth_header ( ) ;
public static void cleanup ( ) ;
public int close ( ) ;
public int content_length ( ) ;
public weak string http_encoding ( ) ;
public static int fetch ( string url,
string filename,
string content_type ) ;
public static void init ( ) ;
public static NanoHTTP* method ( string url,
string method,
string input,
string content_type,
string headers,
int ilen ) ;
public static NanoHTTP* method_redir ( string url,
string method,
string input,
string content_type,
string redir,
string headers,
int ilen ) ;
public string mime_type ( ) ;
public static NanoHTTP* open ( string url,
string content_type ) ;
public static NanoHTTP* open_redir ( string url,
string content_type,
string redir ) ;
public int read ( void** dest,
int len ) ;
public weak string redir ( ) ;
public int return_code ( ) ;
public int save ( string filename ) ;
public static void scan_proxy ( string URL ) ;
}

public weak string auth_header ( ) ;
public static void cleanup ( ) ;
public int close ( ) ;
public int content_length ( ) ;
public weak string http_encoding ( ) ;
public static int fetch ( string url,
string filename,
string content_type ) ;
public static void init ( ) ;
public static NanoHTTP* method ( string url,
string method,
string input,
string content_type,
string headers,
int ilen ) ;
public static NanoHTTP* method_redir ( string url,
string method,
string input,
string content_type,
string redir,
string headers,
int ilen ) ;
public string mime_type ( ) ;
public static NanoHTTP* open ( string url,
string content_type ) ;
public static NanoHTTP* open_redir ( string url,
string content_type,
string redir ) ;
public int read ( void** dest,
int len ) ;
public weak string redir ( ) ;
public int return_code ( ) ;
public int save ( string filename ) ;
public static void scan_proxy ( string URL ) ;
Created by Valadoc