gowheel/web
chenyao1226 9a7ac42cac init
2019-12-16 15:18:25 +08:00
..
buidlResp init 2019-12-16 15:18:25 +08:00
initHttpServer init 2019-12-16 15:18:25 +08:00
limiter init 2019-12-16 15:18:25 +08:00
middleware init 2019-12-16 15:18:25 +08:00
ReadMe.md init 2019-12-16 15:18:25 +08:00

Web/Api编程的一些实例

buildResp

构建在企业开发中常用的http response格式


initHttpServer

如何初始化启动一个http服务

  • 使用net/http构建http服务器

middleware

在http服务器中设置中间件

  • 使用httprouter

limiter

控制http请求的并发数量