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.
- Host: GitHub
- URL: https://github.com/beginor/aspnetcore.middlewares
- Owner: beginor
- License: other
- Created: 2021-09-05T07:26:21.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T07:11:49.000Z (about 1 year ago)
- Last Synced: 2025-06-05T12:48:39.368Z (about 1 year ago)
- Language: C#
- Size: 54.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.