post(url:body:deadline:logger:)

Execute POST request using specified URL.

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