Sources/OSS/Internal/ExecuteMiddleware.swift (
3
lines of code) (
raw
):
protocol ExecuteMiddleware { func execute(request: RequestMessage, context: ExecuteContext) async throws -> ResponseMessage }