You’re viewing third-party extensions to HTTPPart, an enum from swift-nio.
HTTPPart
You can also read the documentation forHTTPPart itself.
extension HTTPPart
enum HTTPPart<HeadT, BodyT> where HeadT : Equatable, BodyT : Equatable
The parts of a complete HTTP message, representing either a request or a response.
import Vapor
Vapor is a framework for building server applications, APIs and websites in Swift. It provides a safe, performant and scalable foundation for building large complex backends.
protocol Equatable
A type that can be compared for value equality.
protocol CustomStringConvertible
A type with a customized textual representation.
var description: String { get }