palantir / conjure-go-runtime

Go implementation of the Conjure runtime
Apache License 2.0
12 stars 22 forks source link

improvement: Add missing config fields: response-header-timeout, keep-alive, security.insecure-skip-verify #691

Closed bmoylan closed 3 weeks ago

bmoylan commented 3 weeks ago

These three fields were partially implemented in different ways, but were missing the end-to-end plumbing to config.


This change is Reviewable