We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 947429b commit a72c5adCopy full SHA for a72c5ad
README.md
@@ -94,7 +94,7 @@ let httpClient = HTTPClient(eventLoopGroupProvider: .createNew,
94
### Timeouts
95
Timeouts (connect and read) can also be set using the client configuration:
96
```swift
97
-let timeout = HTTPClient.Timeout(connect: .seconds(1), read: .seconds(1))
+let timeout = HTTPClient.Configuration.Timeout(connect: .seconds(1), read: .seconds(1))
98
let httpClient = HTTPClient(eventLoopGroupProvider: .createNew,
99
configuration: HTTPClient.Configuration(timeout: timeout))
100
```
0 commit comments