fugazi-io / webclient

web based terminal application for executing local and remote commands
http://fugazi.io
28 stars 12 forks source link

Render http responses differently #63

Open nitzantomer opened 7 years ago

nitzantomer commented 7 years ago

Currently the result of a http command are rendered kinda weird.

The intuitive thing would be to just render the result, but another option is to render the entire request/response data (that is including the method, headers, status, etc).

Now though it renders a map which includes:

which is somewhere in the middle...