书栈网 · BookStack 本次搜索耗时 0.034 秒,为您找到 100 个相关结果.
  • 路由配置

    路由配置 术语 静态路由 动态路由 占位符 正则表达式 通配符 组合路由 组路由 可选路由 匹配优先级 构建 URL 路径 自定义 NotFound 处理器 自动注册 HEAD 方法 路由配置 每一个来自客户端的请求都会经过路由系统,因此路由系统的易用性对于一个 Web 框架来说是至关重要的。Flamego 在路由系统的设...
  • cors

    cors Installation Usage examples cors The cors middleware configures Cross-Origin Resource Sharingopen in new window for Flame instances . You can read source code of this m...
  • cors

    cors Installation Usage examples cors The cors middleware configures Cross-Origin Resource Sharingopen in new window for Flame instances . You can read source code of this m...
  • 核心服务

    核心服务 请求上下文 Next 客户端地址 重定向 URL 参数 flamego.Context 是否可以替代 context.Context ? 默认日志器 响应流 请求对象 路由日志 Panic 恢复 响应静态资源 示例:响应源文件 示例:响应多个目录 示例:响应 embed.FS 渲染内容 核心服务 为了帮助用...
  • auth

    auth 下载安装 用法示例 Basic 认证 Bearer 认证 auth auth 中间件为 Flame 实例 提供基于 HTTP Basic 和 Bearer 形式的请求认证服务。 你可以在 GitHub在新窗口打开 上阅读该中间件的源码或通过 pkg.go.dev在新窗口打开 查看 API 文档。 下载安装 Go 语言的最低版...
  • cache

    cache 下载安装 存储后端 内存 文件系统 PostgreSQL MySQL Redis MongoDB 存储类型支持 cache cache 中间件为 Flame 实例 提供缓存数据管理服务,支持的存储后端包括内存、文件系统、PostgreSQL、MySQL、Redis 和 MongoDB。 你可以在 GitHub在新窗口打开...
  • brotli

    brotli Installation Usage examples brotli The brotli middleware provides Brotli compression to responses for Flame instances . You can read source code of this middleware on ...
  • 核心概念

    核心概念 经典 Flame 实例 处理器 返回值 返回状态码 返回内容和潜在错误 服务注入 内置服务 中间件 运行环境 核心概念 本文档讲解了精通 Flamego 开发 Web 应用所必备的基础概念。 经典 Flame 经典 Flame 实例集成了一些大多数 Web 应用都会用到的默认中间件。 每次调用 flamego.Cla...
  • Starter guide

    Starter guide Unfolding hidden parts Wrapping up Starter guide ::: warning This guide is not intended to teach you how to use Go , and would assume you already have basic know...
  • Starter guide

    Starter guide Unfolding hidden parts Wrapping up Starter guide WARNING This guide is not intended to teach you how to use Goopen in new window , and would assume you already ...