Skip to main content

Module server

Module server 

Source
Expand description

Endpoints served by every PubHubs server (PHC, Transcryptor, Authentication Server) aside from the discovery related endpoints (DiscoveryInfo and DiscoveryRun).

Currently only HubPingEP, a worked example of an endpoint that requires the caller to authenticate as a hub via a phc::hub::TicketSigned request.

Structs§

HubPingEP
Demo health-check endpoint that requires the caller to authenticate as a hub via phc::hub::TicketSigned.
PingReq
Request type of HubPingEP.

Enums§

PingResp
Returned by HubPingEP.