aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r--src/microhttpd/internal.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 1fbb6e65..6906e1bb 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -1034,6 +1034,11 @@ struct MHD_Connection
1034 const char *url; 1034 const char *url;
1035 1035
1036 /** 1036 /**
1037 * The length of the @a url in characters, not including the terminating zero.
1038 */
1039 size_t url_len;
1040
1041 /**
1037 * HTTP version string (i.e. http/1.1). Allocated 1042 * HTTP version string (i.e. http/1.1). Allocated
1038 * in pool. 1043 * in pool.
1039 */ 1044 */