Class HTTPRequest.
Manages HTTP request
$post_data : array
$get_data : array
__construct()
Sets HTTP POST and GET parameters
setGetData()
Sets get_data attribute
setPostData()
Sets post_data attribute
getGetData() : array
get_data attribute
getPostData() : array
post_data attribute