Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: HttpResponse Handle(HttpRequest)

Declaration

public HttpResponse Handle(
    HttpRequest req
)

Summary

When implemented in a class, handles an HTTP request.

Parameters

HttpRequestreq HTTP request to handle.

Returns

HTTP response to return to the client.

Remarks

Propeller does not invoke this method before calling IPropellerModule.Init(LoggerBase, JsonValue, ISettingsSaver).