Skip to content

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 new SSLRequest.

Instance Properties

  • code
    The SSL request code. The value is chosen to contain 1234 in the most significant 16 bits, and 5679 in the least significant 16 bits.
  • description
    See CustomStringConvertible.

Instance Methods

Relationships

Conforms To