[][src]Module push::communications

Server Communications.

Handles however communication to and from the remote Push Server should be done. For Desktop this will be over Websocket. For mobile, it will probably be calls into the local operating system and HTTPS to the web push server.

In the future, it could be using gRPC and QUIC, or quantum relay.

Structs

ConnectHttp

Connect to the Autopush server via the HTTP interface

RegisterResponse

Enums

BroadcastValue

Traits

Connection

A new communication link to the Autopush server

Functions

connect