patch(url:body:deadline:logger:)

Execute PATCH request using specified URL.

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

Parameters

url

Remote URL.

body

Request body.

deadline

Point in time by which the request must complete.

logger

The logger to use for this request.