diff include/urweb/types.h @ 1787:69daa6d70299

Top.postFields
author Adam Chlipala <adam@chlipala.net>
date Sat, 21 Jul 2012 15:16:57 -0400
parents c414850f206f
children f57983ba2a36
line wrap: on
line diff
--- a/include/urweb/types.h	Sat Jul 21 13:55:35 2012 -0400
+++ b/include/urweb/types.h	Sat Jul 21 15:16:57 2012 -0400
@@ -51,6 +51,10 @@
 
 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;