This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* A Simple HTTP POST/GET Helper Class for Groovy | |
* | |
* @author Tony Landis | |
* @copyright 2007 Tony Landis | |
* @website http://www.tonylandis.com | |
* @license BSD License (http://www.opensource.org/licenses/bsd-license.php) | |
* @example h = new GroovyHTTP('http://www.google.com/search') | |
* h.setMethod('GET') | |
* h.setParam('q', 'groovy') |
NewerOlder