All Classes and Interfaces

Class
Description
A minimal HTTP server for the Azure Functions custom-handler model: one path, one WebhookHandler, no framework.
Loads a JSON object of string keys to string values from a file — the shape an opening book, or any similarly simple lookup table, is exported as.
An HTTP response for a webhook delivery: a status code and a JSON body, ready to write to whatever HTTP layer the caller is using.
HMAC-SHA256 signing and verification for the DiceChess webhook delivery protocol.
What a strategy is told about the turn it must play — everything the webhook envelope's state carries that a move-choosing function plausibly needs, beyond the position itself.
The game clock as of this turn.
Orchestrates one webhook delivery: the ownership handshake, signature verification, and dispatch to the bot's move-choosing function.