summaryrefslogtreecommitdiff
path: root/gweb/gweb.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-10-30 23:25:15 +0200
committerMarcel Holtmann <marcel@holtmann.org>2010-10-30 23:25:15 +0200
commit000a60dfed237e3d00584f0c3b475aa777be1ae0 (patch)
tree31e35e666ecd82f07b4431cb14592a5c753d3367 /gweb/gweb.h
parentf8373635c6dbd7dbe00c92943cbccfdd428c171e (diff)
downloadconnman-000a60dfed237e3d00584f0c3b475aa777be1ae0.tar.gz
connman-000a60dfed237e3d00584f0c3b475aa777be1ae0.tar.bz2
connman-000a60dfed237e3d00584f0c3b475aa777be1ae0.zip
Add support for HTTP header parsing and body content
Diffstat (limited to 'gweb/gweb.h')
-rw-r--r--gweb/gweb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gweb/gweb.h b/gweb/gweb.h
index 3fc54f89..daeb262d 100644
--- a/gweb/gweb.h
+++ b/gweb/gweb.h
@@ -67,6 +67,9 @@ guint g_web_request(GWeb *web, GWebMethod method, const char *url,
gboolean g_web_cancel(GWeb *web, guint id);
+gboolean g_web_result_get_chunk(GWebResult *result,
+ const guint8 **chunk, gsize *length);
+
#ifdef __cplusplus
}
#endif