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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?