HTTP Client can be changed now. Docs updated.

This commit is contained in:
Musab Gültekin
2019-06-22 13:12:05 +03:00
parent 7bc782400c
commit a64a262554
6 changed files with 45 additions and 26 deletions

View File

@@ -12,7 +12,7 @@ import (
type Response struct {
*http.Response
Body []byte
DocHTML *goquery.Document
HTMLDoc *goquery.Document
Meta map[string]interface{}
Request *Request
}