MityDSP Documentation Index

tsHttpReq Interface Reference

#include <lwip/httpd/httpd.h>

List of all members.

Public Attributes

int vermajor
int verminor
int req_method
int req_length
char req_url [1024+1]
char req_query [1024+1]
char req_type [1024+1]
char req_cookie [1024+1]
char req_auth [1024+1]
char req_agent [1024+1]

Detailed Description

Information about the HTTP request.


Member Data Documentation

HTTP Protocol major version number.

HTTP Protocol minor version number.

char tsHttpReq::req_url[1024+1]

URI portion of the GET or POST request line

char tsHttpReq::req_query[1024+1]
char tsHttpReq::req_type[1024+1]
char tsHttpReq::req_cookie[1024+1]
char tsHttpReq::req_auth[1024+1]
char tsHttpReq::req_agent[1024+1]

User agent (i.e. the type of browser being used).


  
Generated on Fri Sep 23 16:34:02 2011 for MityDSP Net by  Doxygen Version 1.6.1
Copyright © 2009, Critical Link LLC, All rights reserved.