Update README.md

This commit is contained in:
Somdev Sangwan
2019-03-11 17:41:50 +05:30
committed by GitHub
parent 7c40ddd0d6
commit 54c9918b7d

View File

@@ -61,6 +61,11 @@ OR
To include multiple parameters, use `&` to seperate them or pass them as a valid json object. To include multiple parameters, use `&` to seperate them or pass them as a valid json object.
#### JSON Output
You can save the result in a JSON format by using the `-o` as follows:
`python3 arjun.py -u https://api.example.com/endpoint --get -o result.json`
#### Adding HTTP Headers #### Adding HTTP Headers
Using the `--headers` switch will open an interactive prompt where you can paste your headers. Press `Ctrl + S` to save and `Ctrl + X` to procced. Using the `--headers` switch will open an interactive prompt where you can paste your headers. Press `Ctrl + S` to save and `Ctrl + X` to procced.