Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: wiconnect-ota_example wiconnect-web_setup_example wiconnect-test-console wiconnect-tcp_server_example ... more
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.
Generated on Tue Jul 12 2022 17:35:59 by
