FAQs How do I change the listen address? How do I do graceful shutdown? How do I serve file downloads? How do I integrate into existing applications? Example: Integrating with n...
gzip Installation Usage examples gzip The gzip middleware provides Gzip compression to responses for Flame instances . You can read source code of this middleware on GitHubop...
binding Installation Getting started Getting help License binding Package binding is a middleware that provides request data binding and validation for Flamego . ...
csrf Installation Usage examples csrf The csrf middleware generates and validates CSRF tokens for Flame instances , it relies on the session middleware. You can read source ...
hcaptcha Installation Usage examples hcaptcha The hcaptcha middleware provides hCaptchaopen in new window integration for Flame instances . You can read source code of this ...
csrf Installation Getting started Getting help License csrf Package csrf is a middleware that generates and validates CSRF tokens for Flamego . Installation The m...