mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-24 06:28:23 +01:00
update
This commit is contained in:
@@ -54,8 +54,9 @@ $ docker-compose up -d
|
|||||||
## client
|
## 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
|
$ 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 . 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
|
$ http --proxy http:http://server:8051 http://stackoverflow.com x-splash-render:png > so.png
|
||||||
$ open so.png
|
$ open so.png
|
||||||
|
|||||||
Reference in New Issue
Block a user