Method | Description | |
---|---|---|
ProcessRequest ( IStumpsHttpContext context ) : Task |
Processes an incoming HTTP request.
|
|
ProxyHandler ( |
Initializes a new instance of the T:Stumps.ProxyHandler class.
|
Method | Description | |
---|---|---|
BuildRemoteUrlFromContext ( IStumpsHttpContext incommingHttpContext ) : string |
Builds the remote URL from context.
|
|
ExecuteRemoteWebRequest ( |
||
GetHeaderValue ( string>.Dictionary |
Gets the value of a header.
|
|
PopulateRemoteBodyFromContext ( IStumpsHttpContext incommingHttpContext, |
Populates the remote body from context.
|
|
PopulateRemoteHeadersFromContext ( IStumpsHttpContext incommingHttpContext, |
||
WriteContextBodyFromRemoteResponse ( IStumpsHttpContext incommingHttpContext, |
Writes the context body from the remote response.
|
|
WriteContextHeadersFromResponse ( IStumpsHttpContext incommingHttpContext, |
Writes the context headers from the remote response.
|
public ProcessRequest ( IStumpsHttpContext context ) : Task |
||
context | IStumpsHttpContext | The |
return | Task |
public ProxyHandler ( |
||
externalHostUri | The external host URI. | |
return | System |