Skip to main content

Module node_http

Module node_http 

Source
Expand description

HTTP wire contracts shared by simulation nodes and Sentinel.

Structs§

NodeChunkCompletionResponse
Success response from POST /chunks/complete.
NodeRegistrationAccessRule
One registration-time access rule reported by a node.
NodeRegistrationRequest
Registration details sent to POST /nodes/register.
NodeRegistrationResponse
Registration response from POST /nodes/register.
NodeTokenResponse
Beacon-token response from POST /nodes/token.
NodeUnlinkResponse
Success response from POST /nodes/unlink.
NodeWorkContextResponse
Immutable work context returned by GET /jobs/{job_id}/work_context.

Functions§

deserialize_nullable_string 🔒