Overview

Namespaces

  • NGS
    • Client
      • Exception
    • Converter
    • Patterns
  • PHP

Classes

  • ApplicationProxy
  • CrudProxy
  • DomainProxy
  • HttpRequest
  • QueryString
  • ReportingProxy
  • RestHttp
  • StandardProxy
  • Overview
  • Namespace
  • Class
  • Tree

Class HttpRequest

Request object used by NGS\Client\RestHttp

Namespace: NGS\Client
Located at Client/HttpRequest.php
Methods summary
public
# __construct( mixed $uri, mixed $method = null, mixed $body = null, mixed $headers = null, mixed $options = null )
public
# headers( mixed $headers )
public
# method( mixed $method )
public
# body( mixed $body )
public
# send( )
public
# getResponseInfo( )
public
# getResponseHeaders( )
public
# getResponseCode( )
public
# getResponseContentType( )
public
# getError( )
public
# __toString( )
API documentation generated by ApiGen 2.8.0