From 7e6bb8263d3141b9d5421171c526c4e8e2eb215c Mon Sep 17 00:00:00 2001 From: kev Date: Fri, 17 Jul 2015 17:04:22 +0800 Subject: [PATCH] update --- splash/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/splash/README.md b/splash/README.md index 3748249..7ab23ee 100644 --- a/splash/README.md +++ b/splash/README.md @@ -54,8 +54,9 @@ $ docker-compose up -d ## client ``` -$ http --proxy http:http://server:8051 http://stackoverflow.com x-splash-render:json x-splash-html:1 x-splash-png:1 x-splash-iframes:1 > so.json -$ jq . so.json +$ http --proxy http:http://server:8051 http://stackoverflow.com x-splash-render:json x-splash-html:1 x-splash-png:1 x-splash-iframes:1 x-splash-har:1 > so.json +$ jq .har so.json | pbcopy +$ open http://www.softwareishard.com/har/viewer/ $ http --proxy http:http://server:8051 http://stackoverflow.com x-splash-render:png > so.png $ open so.png