예제 #1
0
 public CompressionMiddleware(RequestDelegate next, MiddlewareOptions options)
 {
     _next = next;
     _path = options.Path;
 }
예제 #2
0
 public XHttpHeaderOverrideMiddleware(RequestDelegate next, MiddlewareOptions options)
 {
     _next = next;
     _path = options.Path;
 }