didSendRequestHead(task:_:)

Called when the request head is sent. Will be called once.

HTTPHandler.swift:656
func didSendRequestHead(task: HTTPClient.Task<Response>, _ head: HTTPRequestHead)

Parameters

task

Current request context.

head

Request head.