Kong / go-pdk

Write Kong plugins in Go! 🦍
https://pkg.go.dev/github.com/Kong/go-pdk
Apache License 2.0
144 stars 48 forks source link

Body always empty string #210

Open refaldyrk opened 1 week ago

refaldyrk commented 1 week ago

fmt.Println(kong.ServiceResponse.GetRawBody())

I try to call this function but return empty string

how fix this please?