Response

An HTTP response from a server back to the client.

Response.swift:11
final class Response
let res = Response(status: .ok)

See HTTPClient and HTTPServer.