You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// - Note: The placement of ``ErrorHandlingMiddleware`` in the middleware chain is important.
45
-
/// It should be determined based on the specific needs of each application.
46
-
/// Consider the order of execution and dependencies between middlewares.
45
+
/// - Note: The placement of ``ErrorHandlingMiddleware`` in the middleware chain is important. It should be determined based on the specific needs of each application. Consider the order of execution and dependencies between middlewares.
/// Intercepts an outgoing HTTP request and an incoming HTTP Response, and converts errors(if any) that confirms to ``HTTPResponseConvertible`` to an HTTP response.
53
-
/// - Parameters:
54
-
/// - request: The HTTP request created during the operation.
55
-
/// - body: The HTTP request body created during the operation.
56
-
/// - metadata: Request metadata
57
-
/// - operationID: The OpenAPI operation identifier.
58
-
/// - next: A closure that calls the next middleware, or the transport.
59
-
/// - Returns: An HTTPResponse and an optional HTTPBody.
0 commit comments