Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/http_client.h

    r0eec386 rf3e1e92  
    55  \********************************************************************/
    66
    7 /* HTTP(S) module                                                       */
     7/* HTTP(S) module (actually, it only does HTTPS right now)              */
    88
    99/*
     
    3939        char *reply_headers;
    4040        char *reply_body;
    41         int body_size;
    4241        int finished;
    4342       
     
    5453
    5554void *http_dorequest( char *host, int port, int ssl, char *request, http_input_function func, gpointer data );
    56 void *http_dorequest_url( char *url_string, http_input_function func, gpointer data );
Note: See TracChangeset for help on using the changeset viewer.