Skip to content

Commit 8b606ce

Browse files
lciancoolguyzone
andauthored
Apply suggestion from @coolguyzone
Co-authored-by: Alex Krawiec <[email protected]>
1 parent a37214f commit 8b606ce

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/android/integrations/ktor-client

1 file changed

+1
-1
lines changed

docs/platforms/android/integrations/ktor-client/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ val ktorClient = HttpClient(Android) {
127127
}
128128
```
129129

130-
HTTP client errors from every target (`.*` regular expression) are automatically captured, but you can change this behavior by setting the `failedRequestTargets` option with either a regular expression or a plain `String`. A plain string must contain at least one of the items from the list. Plain strings don't have to be full matches, meaning the URL of a request is matched when it contains a string provided through the option.
130+
HTTP client errors from every target (`.*` regular expression) are automatically captured, but you can change this behavior by setting the `failedRequestTargets` option with either a regular expression or a plain `String`. A plain string must contain at least one of the items from the list. Plain strings don’t need to match the entire URL a match occurs as long as the URL contains the string provided in the option.
131131

132132
```kotlin
133133
import io.ktor.client.*

0 commit comments

Comments
 (0)