HTTP response for methods such as GET, POST and PUT
OperationsGets the response code
method : public : GetCode() ~ Int
Type | Description |
---|---|
Int | response code |
Gets response content
method : public : GetContent() ~ Byte[]
Type | Description |
---|---|
Byte[] | response content |
Gets content type
method : public : GetType() ~ String
Type | Description |
---|---|
String | content type |
Get the string representation
method : public : ToString() ~ String
Type | Description |
---|---|
String | string representation |