func encode(to encoder: Encoder) throws
s9HTTPTypes12HTTPResponseV18PseudoHeaderFieldsV6encode2toys7Encoder_p_tKF
3MT7U
import HTTPTypes
A set of version-independent HTTP currency types.
struct PseudoHeaderFields
The pseudo header fields of a response.
struct HTTPResponse
An HTTP response message consisting of the “:status” pseudo header field and header fields.
protocol Encoder
A type that can encode values into a native format for external representation.
init(from decoder: Decoder) throws
var status: HTTPField { get set }
The underlying “:status” pseudo header field.