Property | Type | Description | |
---|---|---|---|
GetRequest | object |
Method | Description | |
---|---|---|
CreateRequest ( IHttpRequest httpReq, string operationName ) : object |
Used in Unit tests
|
|
FindMatchingRestPath ( string httpMethod, string pathInfo ) : IRestPath | ||
GetResponse ( IHttpRequest httpReq, object request ) : object | ||
GetRestPath ( string httpMethod, string pathInfo ) : IRestPath | ||
ProcessRequest ( IHttpRequest httpReq, IHttpResponse httpRes, string operationName ) : void | ||
RestHandler ( ) : System |
Method | Description | |
---|---|---|
GetRequest ( IHttpRequest httpReq, IRestPath restPath ) : object |
public CreateRequest ( IHttpRequest httpReq, string operationName ) : object | ||
httpReq | IHttpRequest | |
operationName | string | |
return | object |
public static FindMatchingRestPath ( string httpMethod, string pathInfo ) : IRestPath | ||
httpMethod | string | |
pathInfo | string | |
return | IRestPath |
public GetResponse ( IHttpRequest httpReq, object request ) : object | ||
httpReq | IHttpRequest | |
request | object | |
return | object |
public GetRestPath ( string httpMethod, string pathInfo ) : IRestPath | ||
httpMethod | string | |
pathInfo | string | |
return | IRestPath |
public ProcessRequest ( IHttpRequest httpReq, IHttpResponse httpRes, string operationName ) : void | ||
httpReq | IHttpRequest | |
httpRes | IHttpResponse | |
operationName | string | |
return | void |