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

    i18n Installation Usage examples Using local files Using the embed.FS Determine the language i18n The i18n middleware provides internationalization and localization for Fl...
  • i18n

    i18n Installation Getting started Getting help License i18n Package i18n is a middleware that provides internationalization and localization for Flamego . Install...
  • 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...
  • gzip

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

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

    自定义服务 注入服务 全局服务 组级服务 路由级服务 重载服务 自定义服务 Flamego 提供的核心服务 都很实用,但对于开发复杂的 Web 应用来说显然是远远不够的。届时,你必然会需要开发自己的中间件 来满足应用的实际需求。 注入服务 Flame 实例是基于 inject.TypeMapper 在新窗口打开 来为处理器提供服务注入功...
  • Routing

    Routing Terminology Static routes Dynamic routes Placeholders Regular expressions Globs Combo routes Group routes Optional routes Matching priority Constructing URL paths...
  • 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...
  • binding

    binding Installation Usage examples Form Multipart Form JSON YAML Localize validation errors binding The binding middleware provides request data binding and validation f...
  • Core concepts

    Core concepts Classic Flame Instances Handlers Return values Return with a status code Service injection Builtin services Middleware Env Core concepts This page describ...