20 #ifndef STELACTIONSERVICE_HPP_ 21 #define STELACTIONSERVICE_HPP_ 23 #include "AbstractAPIService.hpp" Thread-safe version of HttpResponse that can be passed around through QMetaObject::invokeMethod.
virtual void getImpl(const QByteArray &operation, const APIParameters ¶meters, APIServiceResponse &response) Q_DECL_OVERRIDE
Implements the HTTP GET method.
Provides services related to StelAction.
Abstract base class for all Remote Control Plug-in service implementations.
QMultiMap< QByteArray, QByteArray > APIParameters
Defines the HTTP request parameters for the service.
virtual void postImpl(const QByteArray &operation, const APIParameters ¶meters, const QByteArray &data, APIServiceResponse &response) Q_DECL_OVERRIDE
Implements the HTTP POST method.
Manager for StelAction instances. Allows registration of new actions, and finding an existing one by ...
QByteArray serviceName()
Returns the service name, used for request path mapping by the APIController.