Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Render http responses differently #63

Open
nitzantomer opened this issue Apr 13, 2017 · 0 comments
Open

Render http responses differently #63

nitzantomer opened this issue Apr 13, 2017 · 0 comments

Comments

@nitzantomer
Copy link
Member

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:

  • status (number)
  • data (string)

which is somewhere in the middle...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant