Skip to content

Instance Method

patch(_:use:)

@discardableResult @preconcurrency func patch<Response>(_ path: PathComponent..., use closure: @escaping @Sendable (Request) async throws -> Response) -> Route where Response : AsyncResponseEncodable