addHTTPParameter
| scrapeableFile.addHTTPParameter( HTTPParameter parameter ) |
| Description |
| Dynamically adds an HTTPParameter to the current scrapeable file. The HTTPParameter constructor is as follows: HTTPParameter( String key, String value, int sequence, int type ). Valid types for the constructor are TYPE_GET, TYPE_POST, and TYPE_FILE. Calling this method will have no effect unless it's invoked before the file is scraped. |
 |
| Example |
// Adds a new POST HTTP parameter to the current file. scrapeableFile.addHTTPParameter ( new com.screenscraper.common.HTTPParameter ( "key", "value", 1, com.screenscraper.common.HTTPParameter.TYPE_POST ) ); |
|
|
Recent comments
18 hours 17 min ago
18 hours 33 min ago
19 hours 22 min ago
19 hours 30 min ago
19 hours 40 min ago
19 hours 50 min ago
2 days 16 hours ago
3 days 22 hours ago
3 days 22 hours ago
5 days 19 hours ago