示例#1
0
 public HHttpRoute(ServerRequestsState serverRequestsState)
 {
     this.serverRequestsState = serverRequestsState;
     this.Defaults            = new Dictionary <string, object>();
     this.Constraints         = new Dictionary <string, object>();
     this.DataTokens          = new Dictionary <string, object>();
     this.Handler             = new HHttpMessageHandler(this.serverRequestsState);
 }
示例#2
0
 public HHttpMessageHandler(ServerRequestsState serverRequestsState)
 {
     this.serverRequestsState = serverRequestsState;
 }