How do I use utls as transport for an http.Client? #364
Unanswered
steveharvey10
asked this question in
Q&A
Replies: 1 comment
-
Yes you can do this. See this example for creating http.RoundTripper with utls, and you can set that in http.Client as the Transport |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am aware of imroc/req, but I would not like to use it as I have code already wrapped around http.Client and client.Do. Is there a way to use utls as transport? I would be happy to support a bounty for this.
Beta Was this translation helpful? Give feedback.
All reactions