patch(url:body:deadline:)

    Execute PATCH request using specified URL.

    HTTPClient.swift:344
    func patch(url: String, body: Body? = nil, deadline: NIODeadline? = nil) -> EventLoopFuture<Response>

    Parameters

    url

    Remote URL.

    body

    Request body.

    deadline

    Point in time by which the request must complete.

    Other members in extension

    Types

    Type members

    Instance members