Method | Description | |
---|---|---|
Add ( IHttpHandler handler ) : void |
Adds the specified child T:Stumps.Http.IHttpHandler to the end of the pipeline.
|
|
HttpPipelineHandler ( ) : System |
Initializes a new instance of the T:Stumps.HttpPipelineHandler class.
|
|
ProcessRequest ( IStumpsHttpContext context ) : Task |
Processes an incoming HTTP request.
|
|
this ( int index ) : IHttpHandler |
Gets the T:Stumps.Http.IHttpHandler at the specified index.
|
public Add ( IHttpHandler handler ) : void | ||
handler | IHttpHandler | The child |
return | void |
public ProcessRequest ( IStumpsHttpContext context ) : Task |
||
context | IStumpsHttpContext | The |
return | Task |
public this ( int index ) : IHttpHandler | ||
index | int | The index. |
return | IHttpHandler |