Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
Back to tool/Back to issues
#1240·go-swagger

https scheme does not create appropriate client code

Author: huikangCreated Nov 1, 2017Updated Jun 28, 2026
Labelsquestiondocgenerate client

Problem statement

When the scheme is https, should the generated code provides some hints like using TLSClient[1], instead of the default client.

[1] https://godoc.org/github.com/go-openapi/runtime/client#TLSClient

Source: go-swagger/go-swagger

View original on GitHubView discussion on GitHub