libxml-2.0 Reference Manual

Synopsis

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 ) ;
}

NanoHTTP Description

Details

Constructor Details

Field Details

Signal Details

Property Details

Method Details

auth_header ()
    public    weak string               auth_header               (  ) ;		

cleanup ()
    public    static void               cleanup                   (  ) ;		

close ()
    public    int                       close                     (  ) ;		

content_length ()
    public    int                       content_length            (  ) ;		

http_encoding ()
    public    weak string               http_encoding             (  ) ;		

fetch ()
    public    static int                fetch                     ( string              url,
                                                                    string              filename,
                                                                    string              content_type ) ;		

init ()
    public    static void               init                      (  ) ;		

method ()
    public    static NanoHTTP*          method                    ( string              url,
                                                                    string              method,
                                                                    string              input,
                                                                    string              content_type,
                                                                    string              headers,
                                                                    int                 ilen ) ;		

method_redir ()
    public    static NanoHTTP*          method_redir              ( string              url,
                                                                    string              method,
                                                                    string              input,
                                                                    string              content_type,
                                                                    string              redir,
                                                                    string              headers,
                                                                    int                 ilen ) ;		

mime_type ()
    public    string                    mime_type                 (  ) ;		

open ()
    public    static NanoHTTP*          open                      ( string              url,
                                                                    string              content_type ) ;		

open_redir ()
    public    static NanoHTTP*          open_redir                ( string              url,
                                                                    string              content_type,
                                                                    string              redir ) ;		

read ()
    public    int                       read                      ( void**              dest,
                                                                    int                 len ) ;		

redir ()
    public    weak string               redir                     (  ) ;		

return_code ()
    public    int                       return_code               (  ) ;		

save ()
    public    int                       save                      ( string              filename ) ;		

scan_proxy ()
    public    static void               scan_proxy                ( string              URL ) ;		


Created by Valadoc