An open API service indexing awesome lists of open source software.

https://github.com/beginor/aspnetcore.middlewares

Some useful middleware for aspnetcore.
https://github.com/beginor/aspnetcore.middlewares

Last synced: 12 months ago
JSON representation

Some useful middleware for aspnetcore.

Awesome Lists containing this project

README

          

# Some useful middleware for aspnetcore

## CustomHeader

Set custom header to response.

## GzipStatic

The same function like [gzip_static](http://nginx.org/en/docs/http/ngx_http_gzip_static_module.html) of nginx.

## SpaFailback

SpaFailback works perfect with spa applications, something like [try_files](http://nginx.org/en/docs/http/ngx_http_core_module.html#try_files) without redirects.