mirror of
https://github.com/ggicci/httpin.git
synced 2024-11-28 08:49:05 +02:00
7 lines
111 B
Go
7 lines
111 B
Go
package httpin
|
|
|
|
func bodyDecoder(ctx *DirectiveContext) error {
|
|
// TODO(ggicci): implement this
|
|
return nil
|
|
}
|