Skip to content

You're viewing documentation for a pre-release version. View the latest stable version

Instance Method

patch(_:headers:beforeSend:)

func patch(_ url: URI, headers: HTTPFields = [:], beforeSend: (inout ClientRequest) throws -> Void = { _ in }) async throws -> ClientResponse