Expand description
REST dispatcher.
RestDispatcher routes HTTP requests by method and path to the
appropriate RequestHandler method, following the REST transport
convention defined in the A2A protocol.
Structs§
- Rest
Dispatcher - REST HTTP request dispatcher.