Structure
PostgresMessage.SSLRequest
A message asking the PostgreSQL server if SSL is supported For more info, see https://www.postgresql.org/docs/10/static/protocol-flow.html#id-1.10.5.7.11
struct SSLRequest
Topics
Initializers
init()Creates a newSSLRequest.
Instance Properties
codeThe SSL request code. The value is chosen to contain 1234 in the most significant 16 bits, and 5679 in the least significant 16 bits.descriptionSeeCustomStringConvertible.
Instance Methods
serialize(into:)Serializes this message into a byte buffer.