Add support for parsing HTTP status code response
[framework/connectivity/connman.git] / gweb / gweb.h
index daeb262..24c84a0 100644 (file)
@@ -67,6 +67,8 @@ guint g_web_request(GWeb *web, GWebMethod method, const char *url,
 
 gboolean g_web_cancel(GWeb *web, guint id);
 
+guint16 g_web_result_get_status(GWebResult *result);
+
 gboolean g_web_result_get_chunk(GWebResult *result,
                                const guint8 **chunk, gsize *length);