Installation Getting started Features Exploring more Flamego is a fantastic modular Go web framework boiled with dependency injection. It is the successor of the Macaron , ...
cache Installation Storage backends Memory File PostgreSQL MySQL Redis MongoDB Supported value types cache The cache middleware provides cache data management for Flame...
gzip Installation Getting started Getting help License gzip Package gzip is a middleware that provides gzip compression to responses for Flamego . Installation Th...
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 ...
Custom services Injecting services Global services Group services Route-level services Overriding services Custom services The core services from Flamego are great, but th...
captcha Installation Usage examples captcha The captcha middleware generates and validates captcha images for Flame instances , it relies on the session middleware. You can ...