#include <rom400_http.h>
Data Fields | |
| char | path [HTTP_MAX_URL] |
| URL path name. | |
| char | request_method |
| Request method flag. | |
| char * | query_string |
| Query string value passed in http request. | |
| char * | req_headers |
| String holds http request headers. | |
| char * | message_body |
| Message body value passed in http request. | |
| long | contentlength |
| Contains content length value passed in http request. | |
| http_variable * | varlist |
| Http variable list. | |
| Copyright 2005 Dallas Semiconductor, Inc.. | Documentation generated by Doxygen. |