Extractors refactored to support pass by value. Documentation added for request and response.
This commit is contained in:
@ -11,9 +11,13 @@ import (
|
||||
// Contains parsed response data and Geziyor functions.
|
||||
type Response struct {
|
||||
*http.Response
|
||||
Body []byte
|
||||
|
||||
// Response body
|
||||
Body []byte
|
||||
|
||||
// Goquery Document object. If response IsHTML, its non-nil.
|
||||
HTMLDoc *goquery.Document
|
||||
Meta map[string]interface{}
|
||||
|
||||
Request *Request
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user