put(url:body:deadline:)

Execute PUT request using specified URL.

HTTPClient.swift:400
func put(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.