aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/urweb/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/urweb/types.h')
-rw-r--r--include/urweb/types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/urweb/types.h b/include/urweb/types.h
index c401b38f..152f4392 100644
--- a/include/urweb/types.h
+++ b/include/urweb/types.h
@@ -51,6 +51,10 @@ typedef struct uw_Basis_postBody {
typedef uw_Basis_string uw_Basis_queryString;
+typedef struct {
+ uw_Basis_string name, value, remaining;
+} uw_Basis_postField;
+
typedef enum { SUCCESS, FATAL, BOUNDED_RETRY, UNLIMITED_RETRY, RETURN_INDIRECTLY } failure_kind;
typedef enum { SERVED, KEEP_OPEN, FAILED } request_result;