Crate mz_server_core

source ·
Expand description

Methods common to servers listening for TCP connections.

Structs

Enums

  • Specifies how strictly to enforce TLS encryption.

Traits

Functions

  • Listens for incoming TCP connections on the specified address.
  • Serves incoming TCP connections from conns using server.

Type Aliases