Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README: update middleware link to documentation #108

Merged
merged 1 commit into from Mar 14, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -50,11 +50,11 @@ func main() {
- [session](https://github.com/flamego/session) - User session management
- [recaptcha](https://github.com/flamego/recaptcha) - Google reCAPTCHA verification
- [csrf](https://github.com/flamego/csrf) - Generate and validate CSRF tokens
- [cors](https://github.com/flamego/cors) - Cross-Origin Resource Sharing
- [cors](https://flamego.dev/middleware/cors.html) - Cross-Origin Resource Sharing
- [binding](https://github.com/flamego/binding) - Request data binding and validation
- [gzip](https://github.com/flamego/gzip) - Gzip compression to responses
- [gzip](https://flamego.dev/middleware/gzip.html) - Gzip compression to responses
- [cache](https://github.com/flamego/cache) - Cache management
- [brotli](https://github.com/flamego/brotli) - Brotli compression to responses
- [brotli](https://flamego.dev/middleware/brotli.html) - Brotli compression to responses
- [auth](https://flamego.dev/middleware/auth.html) - Basic and bearer authentication
- [i18n](https://github.com/flamego/i18n) - Internationalization and localization
- [captcha](https://github.com/flamego/captcha) - Captcha service
Expand Down