|
Open 3D Engine Metastream Gem API Reference
23.05.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
Inherited by Metastream::CivetHttpServer.
Public Member Functions | |
| BaseHttpServer (const DataCache *cache) | |
| virtual bool | Start (const std::string &civetOptions)=0 |
| virtual void | Stop ()=0 |
| HttpResponse | GetDataTables () const |
| HttpResponse | GetDataKeys (const std::string &tableName) const |
| HttpResponse | GetDataValue (const std::string &tableName, const std::string &key) const |
| HttpResponse | GetDataValues (const std::string &tableName, const std::vector< std::string > &keys) const |