-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds integration API for HTTP POST uploads on the CC32xx web server. (#…
…578) - adds implementation to the NetAppRequestHandler - adds callback storage holding POST callbacks by URI. - adds API to register POST callback - The first POST callback is called on the network thread, further uploaded data is acquired by additional calls on the CC32xxWiFi class. - Adds POST response function on the CC32xxWiFi. Homogenizes the calls for Get Token and Post Callbacks: - Simplifies the API of registering Tokens - Clarifies the documentation to avoid confusion of a Get Token with an HTTP GET operation. - Reverses the order of pairs to match it with what an std::map<>::iterator has. - Fixes a bug in string comparison for the token get implementation.
- Loading branch information
1 parent
802bfd5
commit c2ecedc
Showing
2 changed files
with
244 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters