We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 552286b commit 8b30965Copy full SHA for 8b30965
Sources/AsyncHTTPClient/HTTPClient.swift
@@ -1106,7 +1106,7 @@ public final class HTTPClient: Sendable {
1106
@usableFromInline package var requestMethod: String = "http.request.method"
1107
@usableFromInline package var requestBodySize: String = "http.request.body.size"
1108
1109
- @usableFromInline package var responseBodySize: String = "http.response.size"
+ @usableFromInline package var responseBodySize: String = "http.response.body.size"
1110
@usableFromInline package var responseStatusCode: String = "http.status_code"
1111
1112
@usableFromInline package var httpFlavor: String = "http.flavor"
0 commit comments