Extract header.
This commit is contained in:
parent
b77ee78afd
commit
8de753eec9
11 changed files with 108 additions and 35 deletions
|
@ -1,7 +1,7 @@
|
|||
curl = require '../index'
|
||||
p = console.info
|
||||
|
||||
err, res = curl! process.argv[2], {VERBOSE: 1, DEBUG: 1}
|
||||
err, res = curl! process.argv[2], {VERBOSE: 1, DEBUG: 1, FOLLOWLOCATION: 1}
|
||||
if err
|
||||
p err
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue