HTTPServerRequestPart

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

HTTPTypes.swift:163
typealias HTTPServerRequestPart = HTTPPart<HTTPRequestHead, ByteBuffer>