Method | Description | |
---|---|---|
ProcessRequest ( IStumpsHttpContext context ) : Task |
Processes an incoming HTTP request.
|
|
StumpsHandler ( IStumpsManager stumpsManager ) : System |
Initializes a new instance of the T:Stumps.StumpsHandler class.
|
Method | Description | |
---|---|---|
PopulateResponse ( IStumpsHttpContext incommingHttpContext, |
Populates the response of the HTTP context from the Stump.
|
public ProcessRequest ( IStumpsHttpContext context ) : Task |
||
context | IStumpsHttpContext | The |
return | Task |
public StumpsHandler ( IStumpsManager stumpsManager ) : System | ||
stumpsManager | IStumpsManager | The stumps manager. |
return | System |