Open
Description
It will be great if our HTML documentation (faststream docs serve main:app
) will be able to try application' subscribers right from the web.
To reach that, we should make the following:
- fork / contribute AsyncAPI-React to add "Try it out" form and button
- impl minimal ASGI POST Method support to process requests from Web form
- impl POST request processor publishes a message to subscriber on call
I think, this form should be able to send in-memory (using TestBroker
) and real messages both