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 3169818 commit a683e89Copy full SHA for a683e89
Sources/OpenAPIRuntime/Interface/ErrorHandlingMiddleware.swift
@@ -73,6 +73,7 @@ public protocol HTTPResponseConvertible {
73
/// HTTP status to return in the response.
74
var httpStatus: HTTPResponse.Status { get }
75
/// Headers to return in the response.
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
0 commit comments