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 7088ac2 commit 6388a6aCopy full SHA for 6388a6a
Sources/OpenAPIRuntime/Interface/ErrorHandlingMiddleware.swift
@@ -72,7 +72,7 @@ public protocol HTTPResponseConvertible {
72
73
/// HTTP status to return in the response.
74
var httpStatus: HTTPResponse.Status { get }
75
- /// Headers to return in the response.
+ /// The HTTP headers of the response.
76
///
77
/// This is optional as default values are provided in the extension.
78
var httpHeaderFields: HTTPTypes.HTTPFields { get }
0 commit comments