2021-04-21 · Transports and Protocols¶. Preface. Transports and Protocols are used by the low-level event loop APIs such as loop.create_connection().They use callback-based programming style and enable high-performance implementations of network or IPC protocols (e.g. HTTP).

8099