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