Skip to main content

Module rest

Module rest 

Source
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§

RestDispatcher
REST HTTP request dispatcher.