Exemplo n.º 1
0
 public CompressionMiddleware(RequestDelegate next, MiddlewareOptions options)
 {
     _next = next;
     _path = options.Path;
 }
Exemplo n.º 2
0
 public XHttpHeaderOverrideMiddleware(RequestDelegate next, MiddlewareOptions options)
 {
     _next = next;
     _path = options.Path;
 }