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
let code: Int32The SSL request code. The value is chosen to contain 1234 in the most significant 16 bits, and 5679 in the least significant 16 bits.var description: StringSeeCustomStringConvertible.
Instance Methods
func serialize(into: inout ByteBuffer)Serializes this message into a byte buffer.