Response header support added for Chrome Rendering

This commit is contained in:
Musab Gültekin
2019-06-18 16:26:40 +03:00
parent 217f3c96df
commit ec83a92eb3
4 changed files with 12 additions and 4 deletions

View File

@@ -110,6 +110,7 @@ func TestGetRendered(t *testing.T) {
},
ParseFunc: func(g *geziyor.Geziyor, r *geziyor.Response) {
fmt.Println(string(r.Body))
fmt.Println(r.Header)
},
//URLRevisitEnabled: true,
}).Start()