Method | Description | |
---|---|---|
ClearHandlers ( ) : void | ||
CustomVerb ( string path, string verb ) : |
||
Delete ( string path ) : |
||
Get ( string path ) : |
||
Head ( string path ) : |
||
Post ( string path ) : |
||
Put ( string path ) : |
||
RequestHandlerFactory ( IRequestProcessor requestProcessor ) : System.Collections.Generic |
Method | Description | |
---|---|---|
CreateHandler ( string path, string method ) : |
public CustomVerb ( string path, string verb ) : |
||
path | string | |
verb | string | |
return |
public Delete ( string path ) : |
||
path | string | |
return |
public RequestHandlerFactory ( IRequestProcessor requestProcessor ) : System.Collections.Generic | ||
requestProcessor | IRequestProcessor | |
return | System.Collections.Generic |