#include "am_web.h"
typedef struct {
char *url; /* The full request URL */
char *query; /* query string if any */
am_web_req_method_t method; /* request method */
char *path_info; /* path info if any */
char *client_ip; /* client IP if any */
char *cookie_header_val; /* the cookie header value if any */
void *reserved; /* reserved - do not set this */
} am_web_request_params_t;