| Class | Crawler |
| In: |
lib/analyzer_tools/crawl.rb
|
| Parent: | Object |
| times | [R] | Array of response times in seconds. |
Returns a random URL on the same site as original_url from body using original_url to resolve relative paths. If no URL valid is found then the start URL is returned.
Performs a request of url and records the time taken into times. Returns the body of the request.