Exemplo n.º 1
0
 public LiteHttpServer(LiteServerConfiguration config)
 {
     Configuration = config;
     Middleware = new MiddleWareCollection();
 }
Exemplo n.º 2
0
 public static LiteHttpServer Create(LiteServerConfiguration configuration)
 {
     return new LiteHttpServer(configuration);
 }