Class HumanHTTPHelper

Description

Helper com a responsabilidade de disponibilizar utilitarios de recurso http.

  • author: Tiago
  • version: 1.0
  • since: 05/05/2011

Located in /human_gateway_client_api/util/HumanHTTPHelper.php (line 11)


	
			
Class Constant Summary
 CHARSET_ISO_8859_1 = "ISO-8859-1"
 CHARSET_UTF_8 = "UTF-8"
 METHOD_GET = "GET"
 METHOD_POST = "POST"
Method Summary
static void formatRequest ( $host,  $uri,  $contentType, [ $params = array()], [ $method = self::METHOD_POST], [ $charset = self::CHARSET_ISO_8859_1])
Methods
static method formatRequest (line 19)
  • access: public
static void formatRequest ( $host,  $uri,  $contentType, [ $params = array()], [ $method = self::METHOD_POST], [ $charset = self::CHARSET_ISO_8859_1])
  • $host
  • $uri
  • $contentType
  • $params
  • $method
  • $charset
Class Constants
CHARSET_ISO_8859_1 = "ISO-8859-1" (line 16)
CHARSET_UTF_8 = "UTF-8" (line 17)
METHOD_GET = "GET" (line 14)
METHOD_POST = "POST" (line 13)

Documentation generated on Mon, 16 May 2011 16:25:40 +0200 by phpDocumentor 1.4.3