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

    迁移 更新日志 Cookbook 迁移 更新日志 通过 Let’s Encrypt 自动生成 TLS 证书 内置优雅停机 (graceful shutdown) 提供用于封装标准处理程序 (standard handler) 和中间件 (middleware) 的功能函数 Map 类型简单表述为 map[string]interface...
  • 🚀 App

    description: The app instance conventionally denotes the Fiber application. 🚀 App Static Route Handlers Mount Group Server Stack Config Handler Listen ListenTLS Listener...
  • 配置文件

    config_prod.yml 如何指定环境,请看启动参数 //新API创建 configuration := configuration.YAML("config") configuration := abstractions . NewConfigurationBuilder (). AddYamlFile ( "config" ). B...
  • 🧠 Context

    headers and so on. 🧠 Context Accepts Append Attachment BaseURL Body BodyParser ClearCookie Cookie Cookies Download Fasthttp Error Format FormFile FormValue Fresh G...
  • 静态资源绑定

    通过配置文件绑定 注意事项 网站项目中通过包含诸如 .js .jpg .png .html 等静态资源,yoyogo框架提供了静态资源绑定的能力,能构建一个静态资源文件服务; 通过如下代码即可将本地Static目录绑定,访问 http://localhost:8080/storage 即可看到对应的文件列表: configuration := ...
  • 服务路由

    设置HTTP服务路由 设置MVC路由模板 设置HTTP服务路由 server.path of the application. 应用的上下文路径,也可以称为项目路径,是构成url地址的一部分。 如下设置后,路由定义 router.GET(“/info”…) , 访问URL为: http://localhost:8080/app/info , ...
  • 网络

    2217 2020-06-11 《Go语言中文文档》
    1. 网络 1. 网络 与网络各层配合使用的库。 arp -包arp实现ARP协议,如RFC 826中所述。 buffstreams - 通过TCP流化协议缓冲区数据变得容易。 canopus - CoAP客户端/服务器实施(RFC 7252)。 cidranger - Go的快速IP到CIDR查找。 dhcp6 - 软件包...
  • MOSN v0.14.0 发布

    MOSN v0.14.0 发布 新功能 优化 Bug 修复 MOSN v0.14.0 发布 MOSN v0.14.0 变更日志。 我们很高兴的宣布 MOSN v0.14.0 发布,恭喜姚昌宇(@trainyao) 成为 MOSN Committer,感谢他为 MOSN 社区所做的贡献。 以下是该版本的变更日志。 新功能 支持 Isti...
  • Server 与 Service 的区别

    Server 与 Service 的区别 hprose 的服务器端的实现,分为 Service 和 Server 两部分。 其中 Service 部分是核心功能,包括接收请求,处理请求,服务调用,返回应答等整个服务的处理流程。 而 Server 则主要负责启动和关闭服务器,它包括设置服务地址和端口,设置服务器启动选项,启动服务器,接收来自客户...
  • 🧬 Middleware

    🧬 Middleware Compress FileSystem Favicon description Middleware is a function chained in the HTTP request cycle with access to the Context which it uses to perform a specific ...