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

tests(utils): request/response headers are lowercase #194

Closed gszr closed 4 months ago

gszr commented 4 months ago

The go Http library - used in our tests utils - converts the first char (or first char after a -) to uppercase, while the Lua PDK normalizes to lowercase. This PR fixes the discrepancy.

Fixes https://github.com/Kong/go-pdk/issues/138. FIxes KAG-3812