文件名称:go-httpheader:Go库,用于将结构编码为Header字段
文件大小:14KB
文件格式:ZIP
更新时间:2024-06-14 12:36:08
go golang header structs struct
go-httpheader go-httpheader是一个Go库,用于将结构编码到Header字段中。 安装 go get -u github.com/mozillazg/go-httpheader 用法 package main import ( "fmt" "net/http" "github.com/mozillazg/go-httpheader" ) type Options struct { hide string ContentType string `header:"Content-Type"` Length int XArray [] string `header:"X-Array"` TestHide string `header:"-"` IgnoreEmpty string `hea
【文件预览】:
go-httpheader-master
----go.mod(51B)
----example_test.go(4KB)
----.github()
--------workflows()
----decode_test.go(10KB)
----.bumpversion.cfg(94B)
----encode_test.go(5KB)
----LICENSE(1KB)
----README.md(2KB)
----Makefile(259B)
----encode.go(8KB)
----.gitignore(293B)
----CHANGELOG.md(535B)
----decode.go(5KB)