From 23629635c0d544c4fbbc0bd5d01dd75413942a3f Mon Sep 17 00:00:00 2001 From: m0gg Date: Mon, 1 Jan 2007 18:58:05 +0000 Subject: WSDL via HTTP GET re-enabled --- nanohttp/nanohttp-client.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'nanohttp/nanohttp-client.h') diff --git a/nanohttp/nanohttp-client.h b/nanohttp/nanohttp-client.h index 9c72fe1..d993c34 100644 --- a/nanohttp/nanohttp-client.h +++ b/nanohttp/nanohttp-client.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: nanohttp-client.h,v 1.37 2006/12/13 08:26:01 m0gg Exp $ + * $Id: nanohttp-client.h,v 1.38 2007/01/01 18:58:05 m0gg Exp $ * * CSOAP Project: A http client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -373,6 +373,12 @@ extern herror_t httpc_post_begin(httpc_conn_t * conn, const char *url); */ extern herror_t httpc_post_end(httpc_conn_t * conn, hresponse_t ** out); +/** + * + * @todo move to nanohttp-mime.c merge with httpc_mime_* functions + * + */ + /** * * Begin MIME multipart/related POST request -- cgit v1.1-32-gdbae