书栈网 · BookStack 本次搜索耗时 0.027 秒,为您找到 100 个相关结果.
  • Flamego

    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

    cache Installation Storage backends Memory File PostgreSQL MySQL Redis MongoDB Supported value types cache The cache middleware provides cache data management for Flame...
  • gzip

    gzip Installation Getting started Getting help License gzip Package gzip is a middleware that provides gzip compression to responses for Flamego . Installation Th...
  • brotli

    brotli 下载安装 用法示例 brotli brotli 中间件为 Flame 实例 提供基于 Brotli 的响应流压缩服务。 你可以在 GitHub在新窗口打开 上阅读该中间件的源码或通过 pkg.go.dev在新窗口打开 查看 API 文档。 下载安装 Go 语言的最低版本要求为 1.16 。 go get github ...
  • csrf

    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

    Custom services Injecting services Global services Group services Route-level services Overriding services Custom services The core services from Flamego are great, but th...
  • csrf

    csrf 下载安装 用法示例 csrf csrf 中间件为 Flame 实例 提供 CSRF 令牌的生成和验证服务,该中间件依赖于 session 中间件。 你可以在 GitHub在新窗口打开 上阅读该中间件的源码或通过 pkg.go.dev在新窗口打开 查看 API 文档。 下载安装 Go 语言的最低版本要求为 1.16 。 go ...
  • Routing

    Routing Terminology Static routes Dynamic routes Placeholders Regular expressions Globs Combo routes Group routes Optional routes Matching priority Constructing URL paths...
  • binding

    binding 下载安装 用法示例 Form Multipart Form JSON YAML binding binding 中间件为 Flame 实例 提供请求数据绑定和验证服务,支持的数据格式包括 Form、Multipart Form、JSON 和 YAML。 你可以在 GitHub在新窗口打开 上阅读该中间件的源码或通过 pk...
  • captcha

    captcha Installation Usage examples captcha The captcha middleware generates and validates captcha images for Flame instances , it relies on the session middleware. You can ...