文件名称:respond:Go的惯用API响应
文件大小:9KB
文件格式:ZIP
更新时间:2024-05-25 09:17:08
Go
回应 已发布 阅读以获得深入概述 得到它: go get gopkg.in/matryer/respond.v1 导入它: import ( "gopkg.in/matryer/respond.v1" ) 用它: respond.With(w, r, http.StatusOK, data) 包响应为Go数据服务提供了低接触的API响应。 使用respond.With响应数据API的respond.With 使用respond.With使用默认选项进行respond.Options ,或进行respond.Options 。 编码器抽象使您可以轻松地说出不同的格式 Before和After功能字段允许您封装和变异数据,设置常见的HTTP标头,记录活动等。 防止多种React 用法 最简单的应用respond是只叫respond.With您处理内部,: func hand
【文件预览】:
respond-master
----.gitignore(266B)
----encoding()
--------encoding_test.go(1KB)
--------encoding.go(1KB)
----doc.go(86B)
----LICENSE(1KB)
----respond_test.go(7KB)
----README.md(2KB)
----example()
--------main.go(818B)
----encoder.go(1KB)
----encoder_test.go(468B)
----respond.go(4KB)