You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to use the repl to answer questions like...
How do I serve binary responses with mirage?
How do I serve streaming responses with mirage?
I can use the repl to show the mirage server, but the postman style UI is not the best at visualizing what the server is doing in these situations. I think adding a "code mode" would be helpful. Instead of using the postman UI it would allow you to write fetch requests that execute against the server.
The text was updated successfully, but these errors were encountered:
I'd like to use the repl to answer questions like...
I can use the repl to show the mirage server, but the postman style UI is not the best at visualizing what the server is doing in these situations. I think adding a "code mode" would be helpful. Instead of using the postman UI it would allow you to write fetch requests that execute against the server.
The text was updated successfully, but these errors were encountered: