mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-11 08:31:21 +00:00
* Add support for dumping request and response in Go generated clients The following change adds a new configuration setting, which controls whether clients want to dump the HTTP request and response. Useful when debugging API calls and clients. * samples: Update Go samples with XML * Use log.Logger when dumping HTTP request and response in Go client