1
0
mirror of https://github.com/ggicci/httpin.git synced 2024-11-30 08:56:52 +02:00
httpin/body.go

7 lines
111 B
Go
Raw Normal View History

2021-04-20 07:55:55 +02:00
package httpin
2021-05-07 13:02:34 +02:00
func bodyDecoder(ctx *DirectiveContext) error {
2021-05-07 13:02:34 +02:00
// TODO(ggicci): implement this
return nil
}