HTTPClientRequestPart

The components of a HTTP request from the view of a HTTP client.

HTTPTypes.swift:160
typealias HTTPClientRequestPart = HTTPPart<HTTPRequestHead, IOData>