Class: RequestStreamer
Defined in: | src/kermit/extensions/core.streaming.coffee |
Inherits: | Extension |
Overview
Execute the item and retrieve the result for further processing. This extension actually issues http(s) items and receives the resulting data.
Class Method Summary
- . (void) defaultOpts() Create a new options object with the default configuration
Instance Method Summary
Inherited Method Summary
Methods inherited from
Extension
#initialize #print #merge #targets #verify #onStart #onStop
Class Method Details
.
(void)
defaultOpts()
Create a new options object with the default configuration
Constructor Details
#
(void)
constructor(opts = {})
Create a new Streamer
Instance Method Details
#
(void)
apply(crawlRequest)