comparison 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
comparison
equal deleted inserted replaced
1369:1a78ca089bd0 1370:44a12a321150
44 } uw_Basis_file; 44 } uw_Basis_file;
45 45
46 typedef struct uw_Basis_postBody { 46 typedef struct uw_Basis_postBody {
47 uw_Basis_string type, data; 47 uw_Basis_string type, data;
48 } uw_Basis_postBody; 48 } uw_Basis_postBody;
49
50 typedef uw_Basis_string uw_Basis_queryString;
49 51
50 typedef enum { SUCCESS, FATAL, BOUNDED_RETRY, UNLIMITED_RETRY, RETURN_INDIRECTLY } failure_kind; 52 typedef enum { SUCCESS, FATAL, BOUNDED_RETRY, UNLIMITED_RETRY, RETURN_INDIRECTLY } failure_kind;
51 53
52 typedef enum { SERVED, KEEP_OPEN, FAILED } request_result; 54 typedef enum { SERVED, KEEP_OPEN, FAILED } request_result;
53 55