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 9b43ff8 commit 7088ac2Copy full SHA for 7088ac2
Sources/OpenAPIRuntime/Interface/ErrorHandlingMiddleware.swift
@@ -76,7 +76,7 @@ public protocol HTTPResponseConvertible {
76
///
77
/// This is optional as default values are provided in the extension.
78
var httpHeaderFields: HTTPTypes.HTTPFields { get }
79
- /// (Optional) The body of the response to return
+ /// The body of the HTTP response.
80
var httpBody: OpenAPIRuntime.HTTPBody? { get }
81
}
82
0 commit comments