aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/urweb/types.h
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2012-07-21 15:16:57 -0400
committerGravatar Adam Chlipala <adam@chlipala.net>2012-07-21 15:16:57 -0400
commitcbce1b6184acae87ba220969ab2c69cf2697ea32 (patch)
tree4be6d87576e314c5a2a1ecbaed89913bceca422f /include/urweb/types.h
parent17e8230265e8fb22d583c4ba33d4243f24d6b8bc (diff)
Top.postFields
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;