Expand description
LDP server — receives LDP messages and serves identity/capabilities.
A minimal LDP-compliant server that:
- Serves identity cards at
GET /ldp/identity - Serves capabilities at
GET /ldp/capabilities - Handles protocol messages at
POST /ldp/messages - Manages session lifecycle (accept/reject)
- Dispatches tasks to a pluggable handler
Structs§
- LdpServer
- A minimal LDP server for testing and research.
Type Aliases§
- Task
Handler - Task handler function type.