Declaration
public HttpResponse Handle(
HttpRequest req
)
Summary
When implemented in a class, handles an HTTP request.
Parameters
Returns
HTTP response to return to the client.
Remarks
Propeller does not invoke this method before calling
IPropellerModule.Init(LoggerBase, JsonValue, ISettingsSaver).