Instance Method
patch(_:headers:beforeSend:)
func patch(_ url: URI, headers: HTTPFields = [:], beforeSend: (inout ClientRequest) throws -> Void = { _ in }) async throws -> ClientResponse
You're viewing documentation for a pre-release version. View the latest stable version
Instance Method
func patch(_ url: URI, headers: HTTPFields = [:], beforeSend: (inout ClientRequest) throws -> Void = { _ in }) async throws -> ClientResponse