Open yschimke opened 6 years ago
JCurl
09:31 $ jcurl https://graph.facebook.com/robots.txt User-agent: * Disallow: /
Curl
09:32 $ curl https://graph.facebook.com/robots.txt User-agent: * Disallow: /✔ ~/workspace/JCurl [brew_install L|✔]
09:39 $ curl -s https://graph.facebook.com/robots.txt 2>&1 | wc -c 25 09:39 $ jcurl https://graph.facebook.com/robots.txt 2>&1 | wc -c 27
JCurl
Curl