1
0
mirror of https://github.com/ggicci/httpin.git synced 2024-11-30 08:56:52 +02:00
🍡 HTTP Input for Go - Decode an HTTP request into a custom struct 📢 the encoding feature will come soon, see branch feat/encoder https://ggicci.github.io/httpin/
Go to file
2021-04-22 10:48:29 +08:00
.gitignore Initial commit 2021-04-13 10:15:37 +08:00
body.go feat: engine 2021-04-20 13:55:55 +08:00
chain.go feat: love begins 2021-04-13 13:33:04 +08:00
errors.go feat: support embedded field 2021-04-21 13:38:48 +08:00
form.go refactor: rename function parseTime 2021-04-22 10:48:29 +08:00
go.mod feat: love begins 2021-04-13 13:33:04 +08:00
httpin_test.go fix: throw UnsupportedType error for array element type check 2021-04-22 10:17:20 +08:00
httpin.go feat: support embedded field 2021-04-21 13:38:48 +08:00
LICENSE Initial commit 2021-04-13 10:15:37 +08:00
README.md feat: love begins 2021-04-13 13:33:04 +08:00

httpin

HTTP Input for Go