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

fix(service/response): `GetRawBody` returns bytes #195

Closed gszr closed 4 months ago

gszr commented 4 months ago

Correctly return a byte array instead of string.

:warning: BREAKING CHANGE:

Fixes https://github.com/Kong/go-pdk/issues/165. Fixes KAG-3790 Fixes KAG-3669

gszr commented 4 months ago

That is a good idea - due to the time constraint right now I will create a task.