Skip to content

Is it a bug? #3094

Closed Answered by jcamiel
DmitryHudrich asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @DmitryHudrich, you can see what's going with --verbose. Usually when your command is:

$ hurl main.hurl

Every requests of main.hurl are executed but only the last response of the file is outputed on standard output.

If you want to see response on every request, you can:

  • use --very-verbose: each response will be logged on standard error
  • use [Options] section to output a particular response:
# Get home:
GET https://pokeapi.co/api/v2/pokemon/ditto
[Options]
output: -

GET https://pokeapi.co/api/v2/ability/battle-armor

output: - will print the request response on standard ouput
output: myfile.bin will save the request response on the file myfile.bin

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by DmitryHudrich
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants