Changeset 881fd4e for protocols/http_client.h
- Timestamp:
- 2006-05-19T07:53:03Z (18 years ago)
- Branches:
- master
- Children:
- 41ca004, c53911e
- Parents:
- 75cde5d (diff), 1b5ab36 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/http_client.h
r75cde5d r881fd4e 39 39 char *reply_headers; 40 40 char *reply_body; 41 int body_size; 41 42 int finished; 42 43 … … 53 54 54 55 void *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.