Protocolhummingbird 2.1.0Hummingbird
ResponseCodable
Protocol for codable object that can generate a response
ResponseEncodable.swift:22protocol ResponseCodable : ResponseEncodable, Decodable
Supertypes
protocol Decodable
A type that can decode itself from an external representation.
protocol Encodable
A type that can encode itself to an external representation.
protocol ResponseEncodable
Protocol for encodable object that can generate a response. The router will encode the response using the encoder stored in
Application.encoder
.protocol ResponseGenerator
Object that can generate a
Response
.