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

    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

    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...
  • gzip

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

    binding Installation Getting started Getting help License binding Package binding is a middleware that provides request data binding and validation for Flamego . ...
  • 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 ...
  • hcaptcha

    hcaptcha Installation Usage examples hcaptcha The hcaptcha middleware provides hCaptchaopen in new window integration for Flame instances . You can read source code of this ...
  • session

    session Installation Storage backends Memory File PostgreSQL MySQL Redis MongoDB Flash messages session The session middleware provides user session management for Flam...
  • auth

    auth Installation Usage examples Basic authentication Bearer authentication auth The auth middleware provides request authentication for Flame instances , including basic an...
  • 核心服务

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

    csrf Installation Getting started Getting help License csrf Package csrf is a middleware that generates and validates CSRF tokens for Flamego . Installation The m...