Interactive Testing: Handling Errors
Learn how to handle the errors faced in interactive testing.
We'll cover the following...
Issues faced
We use httpie to treat the key-value pairs as form input by including the --form or -f option.
$ http ...Ask