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.
Fork of mbed-libxively-6eca970 by
http_transport.h File Reference
Implements HTTP _transport layer_ abstraction interface. More...
Go to the source code of this file.
Functions | |
transport_layer_t * | get_http_transport_layer (void) |
Initialise HTTP implementation of the _transport layer_. |
Detailed Description
Implements HTTP _transport layer_ abstraction interface.
Definition in file http_transport.h.
Function Documentation
transport_layer_t* get_http_transport_layer | ( | void | ) |
Initialise HTTP implementation of the _transport layer_.
This intialiser assigns function pointers to the actual implementations using static function variable trick, hence the intialisation should not give any overhead.
- Returns:
- Structure with function pointers for HTTP encoders and decoders which had been implemented in `http_transport_layer.c`.
Definition at line 13 of file http_transport.c.
Generated on Wed Jul 13 2022 02:16:22 by
