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