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.
IndexScript Class Reference
This is an application specific implementation of the http script. More...
#include <IndexScript.h>
Inherits HTTPScript.
Public Member Functions | |
IndexScript () | |
Creates a custom http script. | |
virtual string | call (vector< string > names, vector< string > values) |
This method contains the logic to be executed when this http script is called. |
Detailed Description
This is an application specific implementation of the http script.
Definition at line 23 of file IndexScript.h.
Constructor & Destructor Documentation
IndexScript | ( | ) |
Creates a custom http script.
Definition at line 17 of file IndexScript.cpp.
Member Function Documentation
string call | ( | vector< string > | names, |
vector< string > | values | ||
) | [virtual] |
This method contains the logic to be executed when this http script is called.
Reimplemented from HTTPScript.
Definition at line 24 of file IndexScript.cpp.
Generated on Tue Jul 26 2022 07:27:53 by
