Skip to content

Commit f01c910

Browse files
Update README.md
1 parent 2ba0954 commit f01c910

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,14 @@ val client = PodcastIndexClient(...) {
134134
defaultTimeout = 5_000L // 5 seconds
135135
}
136136
```
137+
- Customize or choose a different HTTP client:
138+
```kotlin
139+
val client = PodcastIndexClient(...) {
140+
httpClient(Okhttp) {
141+
// Customize OkHttp engine configuration
142+
}
143+
}
144+
```
137145

138146
## Support table
139147
Some endpoints are still work-in-progress and not implemented yet (⌛)

0 commit comments

Comments
 (0)