chukmunnlee / caddy-openapi

A Caddy module to validate HTTP request and response against a OpenAPI spec (V3) file
Apache License 2.0
23 stars 7 forks source link

feat: add response error message to Caddy replacer #3

Closed trea closed 10 months ago

trea commented 1 year ago

Hello!

I added the response error message to the Caddy replacer. There were some dependency bumps as well, I don't know what the implications of those might be for folks using other versions of Go, etc.

I'm on 1.20 on Mac: go version go1.20.2 darwin/arm64.

Thanks!