We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4ef23b commit 9aafea6Copy full SHA for 9aafea6
1 file changed
README.md
@@ -10,6 +10,14 @@
10
go get -u go.devnw.com/bk/v2@latest
11
```
12
13
+## Version 2 Changes
14
+
15
+Version 2 changes the API for Bridgekeeper to using a direct function literal
16
+in the `New` function so that it can accept both the `Do` and `RoundTrip`
17
+functions from the `http.Client` and `http.Transport` respectively. This
18
+allows for Bridgekeeper to support connections where a custom `http.Transport`
19
+is may be required, for example, when using a custom TLS configuration.
20
21
### HTTP Client Example
22
23
```go
0 commit comments