Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Input ¶
type Input struct {
URL string `json:"url"`
Method string `json:"method"`
Body []byte `json:"body"`
UserAgent string `json:"user_agent"`
ReturnBody bool `json:"return_body"`
Extractors map[string]string `json:"extractors"`
}
Input the input used for fetching the requested data
Click to show internal directories.
Click to hide internal directories.