Expand description
Request handlers for the TAP HTTP server.
This module provides HTTP request handlers for the Transaction Authorization Protocol (TAP) server, including endpoints for DIDComm message processing and health checks.
The handlers leverage the TAP Node for message processing, which handles message validation, verification, and routing through the appropriate agent.
Functionsยง
- domain_
to_ did_ web - Convert a sanitized domain (with optional port) to a did:web DID.
- handle_
didcomm - Handler for DIDComm messages.
- handle_
health_ check - Handler for health check requests.
- handle_
well_ known_ did - Handler for
/.well-known/did.jsonrequests. - sanitize_
domain - Sanitize and validate a domain name from an HTTP Host header.