Instance Methodvapor 4.114.1Vapor

post(_:headers:beforeSend:)

Client.swift:33
func post(_ url: URI, headers: HTTPHeaders = [:], beforeSend: (inout ClientRequest) throws -> () = { _ in }) -> EventLoopFuture<ClientResponse>