Instance Propertyvapor 4.114.1Vapor
content
ClientResponse.swift:60var content: ContentContainer { get set }var content: ContentContainer { get set }s5Vapor14ClientResponseV7contentAA16ContentContainer_pvp What are these?59YOSimport VaporVapor 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.
struct ClientResponseprotocol ContentContainerinit(from decoder: Decoder) throws init(status: HTTPStatus = .ok, headers: HTTPHeaders = [:], body: ByteBuffer? = nil, byteBufferAllocator: ByteBufferAllocator = ByteBufferAllocator()) var body: ByteBuffer?var description: String { get }var headers: HTTPHeadersvar status: HTTPStatusstatic func == (lhs: Self, rhs: Self) -> Bool func encode(to encoder: Encoder) throws func encodeResponse(for request: Request) -> EventLoopFuture<Response> func encodeResponse(for request: Request) async throws -> Response