handy

net/http handler filters

  • 所有者: streadway/handy
  • 平台:
  • 许可证: BSD 2-Clause "Simplified" License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Handy Handlers

Collection of useful HTTP handlers that form a handler stack of filters. Many
are opinionated for a specific purpose.

GoDoc

API

The signature for a handler wrapper ends with an http.Handler interface and returns a http.Handler interface. For example:

func Log(w io.Writer, http.Handler) http.Handler

func CORS(methods, origins []string, http.Handler) http.Handler

Contributing

Fork the repo and add your fix or handler with tests. Make a pull request.

主要指标

概览
名称与所有者streadway/handy
主编程语言Go
编程语言Go (语言数: 1)
平台
许可证BSD 2-Clause "Simplified" License
所有者活动
创建于2013-07-11 20:22:55
推送于2021-04-16 16:04:47
最后一次提交2020-01-28 14:43:31
发布数0
用户参与
星数346
关注者数17
派生数25
提交数83
已启用问题?
问题数12
打开的问题数5
拉请求数21
打开的拉请求数2
关闭的拉请求数4
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?