HttpResponse – planify Reference Manual
Packages
planify
HttpResponse
data
data_object
error
error_code
http_code
status
HttpResponse
from_error_json
from_error_xml
HttpResponse
Object Hierarchy:
Description:
public
class
HttpResponse
Package:
planify
Content:
Properties:
public
string
data
{
get
;
set
; }
public
Value
data_object
{
get
;
set
; }
public
string
error
{
get
;
set
; }
public
int
error_code
{
get
;
set
; }
public
int
http_code
{
get
;
set
; }
public
bool
status
{
get
;
set
; }
Creation methods:
public
HttpResponse
()
Methods:
public
void
from_error_json
(
Node
node)
public
void
from_error_xml
(
DomDocument
doc,
int
error_code)