Enumeration Caseswift-nio 2.81.0NIOHTTP1

body(_:)

A part of an HTTP request or response’s body.

HTTPTypes.swift:147
case body(BodyT)

Zero or more body parts can be sent or received. The stream is finished when an end(_:) part is received.