post(url:body:deadline:)

Execute POST request using specified URL.

HTTPClient.swift:348
func post(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.