Method | Description | |
---|---|---|
FallbackResponseHandler ( FallbackResponse response ) : System |
Initializes a new instance of the T:Stumps.FallbackResponseHandler class.
|
|
ProcessRequest ( IStumpsHttpContext context ) : Task |
Processes an incoming HTTP request.
|
public FallbackResponseHandler ( FallbackResponse response ) : System | ||
response | FallbackResponse | The default response. |
return | System |
public ProcessRequest ( IStumpsHttpContext context ) : Task |
||
context | IStumpsHttpContext | The |
return | Task |