Host library for controlling a WiConnect enabled Wi-Fi module.

Dependents:   wiconnect-ota_example wiconnect-web_setup_example wiconnect-test-console wiconnect-tcp_server_example ... more

Embed: (wiki syntax)

« Back to documentation index

HttpSocketArgs Struct Reference

HttpSocketArgs Struct Reference
[Types]

Struct for hold HTTP socket configuration. More...

#include <WiconnectTypes.h>

Data Fields

const char * contextType
 A POST Request 'context-type' value.
const char * certName
 TLS certificate filename on module flash file system.
bool openOnly
 Only open the connection, don't issue the request yet.
HttpSocketType type
 The type of HTTP connection.

Detailed Description

Struct for hold HTTP socket configuration.

Definition at line 365 of file WiconnectTypes.h.


Field Documentation

const char* certName

TLS certificate filename on module flash file system.

Definition at line 368 of file WiconnectTypes.h.

const char* contextType

A POST Request 'context-type' value.

Definition at line 367 of file WiconnectTypes.h.

bool openOnly

Only open the connection, don't issue the request yet.

Definition at line 369 of file WiconnectTypes.h.

The type of HTTP connection.

Definition at line 370 of file WiconnectTypes.h.