Skip to content

Commit a683e89

Browse files
gayathrisairamczechboy0
authored andcommitted
Update Sources/OpenAPIRuntime/Interface/ErrorHandlingMiddleware.swift
Co-authored-by: Honza Dvorsky <[email protected]>
1 parent 3169818 commit a683e89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/OpenAPIRuntime/Interface/ErrorHandlingMiddleware.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ public protocol HTTPResponseConvertible {
7373
/// HTTP status to return in the response.
7474
var httpStatus: HTTPResponse.Status { get }
7575
/// Headers to return in the response.
76+
///
7677
/// This is optional as default values are provided in the extension.
7778
var httpHeaderFields: HTTPTypes.HTTPFields { get }
7879
/// (Optional) The body of the response to return

0 commit comments

Comments
 (0)