diff include/types.h @ 1370:44a12a321150

queryString and effectfulUrl
author Adam Chlipala <adam@chlipala.net>
date Sun, 26 Dec 2010 17:29:03 -0500
parents 1a78ca089bd0
children 4a6f84092399
line wrap: on
line diff
--- a/include/types.h	Sun Dec 26 15:52:56 2010 -0500
+++ b/include/types.h	Sun Dec 26 17:29:03 2010 -0500
@@ -47,6 +47,8 @@
   uw_Basis_string type, data;
 } uw_Basis_postBody;
 
+typedef uw_Basis_string uw_Basis_queryString;
+
 typedef enum { SUCCESS, FATAL, BOUNDED_RETRY, UNLIMITED_RETRY, RETURN_INDIRECTLY } failure_kind;
 
 typedef enum { SERVED, KEEP_OPEN, FAILED } request_result;