A Port of TI's Webserver for the CC3000

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Data Structures

Data Structures

Here are the data structures with brief descriptions:
FlashDBContentA structure to hold all data about content which was found in a database lookup
HttpBlobA structure to hold a string or buffer which is not null-terminated
HttpRequestA structure to hold all data about an HTTP request Note: The request's resource string is not passed as part of this structure, but rather directly to the Http*_InitRequest() function