TI's CC3100 websocket camera demo with Arducam mini ov5642 and freertos. Should work with other M3's. Work in progress test demo.

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

HTTP Request definitions

HTTP Request definitions

This header file defines the structure which holds information about an HTTP request. More...

Data Structures

struct  HttpRequest
 A 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. More...

Detailed Description

This header file defines the structure which holds information about an HTTP request.

Such a structure is generated by the core module and then passed to a content handler module for processing.