书栈网 · BookStack 本次搜索耗时 0.012 秒,为您找到 65 个相关结果.
  • 文档

    文档 Gin 是什么? 如何使用 Gin? 如何为 Gin 做贡献? 介绍 快速入门 基准测试 特性 Jsoniter 示例 部署 测试 用户 FAQ 文档 Gin 是什么? Gin 是一个用 Go (Golang) 编写的 HTTP web 框架。 它是一个类似于 martini 但拥有更好性能的 API 框架, 优...
  • Benchmarks

    Benchmarks Gin uses a custom version of HttpRouter See all benchmarks Benchmark name (1) (2) (3) (4) BenchmarkGin_GithubAll 30000 48375 0 0 BenchmarkA...
  • 基准测试

    基准测试 基准测试 Gin 使用了自定义版本的 HttpRouter 查看所有基准测试 Benchmark name (1) (2) (3) (4) BenchmarkGin_GithubAll 30000 48375 0 0 BenchmarkAce_GithubAll 10000 134059 13792 167 Benchma...
  • Introduction

    Introduction Features Fast Middleware support Crash-free JSON validation Routes grouping Error management Rendering built-in Extendable Introduction Gin is a web frame...
  • Benchmarks

    Benchmarks Benchmarks Gin uses a custom version of HttpRouter See all benchmarks Benchmark name (1) (2) (3) (4) BenchmarkGin_GithubAll 43550 27364 ns/op 0 B/op 0 allocs/...
  • AUTHORS

    gin 0.x series authors List of all the awesome people working to make Gin the best Web Framework in Go. gin 0.x series authors Maintainer: Manu Martinez-Almeida (@manucorpora...
  • 基准测试

    基准测试 基准测试 Gin 使用了自定义版本的 HttpRouter 查看所有基准测试 Benchmark name (1) (2) (3) (4) BenchmarkGin_GithubAll 43550 27364 ns/op 0 B/op 0 allocs/op BenchmarkAce_GithubAll 40543 2967...
  • 介绍

    介绍 特性 快速 支持中间件 Crash 处理 JSON 验证 路由组 错误管理 内置渲染 可扩展性 介绍 Gin 是一个用 Go (Golang) 编写的 web 框架。 它是一个类似于 martini 但拥有更好性能的 API 框架, 由于 httprouter ,速度提高了近 40 倍。 如果你是性能和高效的追求者, 你会爱...
  • 欢迎使用 faygo

    1470 2018-02-01 《Faygo用户手册》
    1 欢迎使用 faygo 当前版本号 框架特性 1 欢迎使用 faygo Faygo 使用全新架构,是最合适开发API接口的Go Web框架。用户只需定义一个struct Handler,就能自动绑定、验证请求参数并生成在线API文档。 官方QQ群:Go-Web 编程 42730308 当前版本号 v1.0 框架特性 ...
  • 第8章 Rivet

    Router Rivet Module Router WEB 开发离不开 Router. 通常 Router 负责对 HTTP Request URL 进行分析, 匹配到对应的处理对象. URL 可以分为三部分 Host, Path, QueryParams. 在官方包提供的 http.Request 对象中有对应的字段.以前作者没有关注路由具体...