1
0
mirror of https://github.com/ggicci/httpin.git synced 2024-11-28 08:49:05 +02:00
httpin/body.go

7 lines
111 B
Go

package httpin
func bodyDecoder(ctx *DirectiveContext) error {
// TODO(ggicci): implement this
return nil
}