|
CFML Twilio Library 1.0 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
twilio.classes.RESTResponse
public class RESTResponse
| Constructor Summary | |
|---|---|
init([any RequestObj], [struct Response])
|
|
| Method Summary | |
|---|---|
string |
asString()
Return the response as a string |
struct |
dump()
|
string |
getContentLength()
|
string |
getContentType()
|
string |
getETag()
|
string |
getLastModified()
|
string |
getStatusCode()
|
string |
getStatusText()
|
any |
output()
Return the response as represented by the CFML engine |
struct |
raw()
Returns the complete raw HTTP response |
boolean |
wasSuccessful()
Indicate whether the request was successful or not |
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init([any RequestObj], [struct Response])
RequestObjResponse| Method Detail |
|---|
public string asString()
public struct dump()
public string getContentLength()
public string getContentType()
public string getETag()
public string getLastModified()
public string getStatusCode()
public string getStatusText()
public any output()
public struct raw()
public boolean wasSuccessful()
|
CFML Twilio Library 1.0 | ||||
| FRAMES | |||||