[AC-3197] Alloy implementation of HTTP client in Titanium Documentation
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | n/a |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2013-03-20T10:17:05.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Documentation |
Labels | alloy, documentation, httpclient |
Reporter | Meenakshi Pathak |
Assignee | Shak Hossain |
Created | 2013-03-20T06:51:12.000+0000 |
Updated | 2016-03-08T07:57:36.000+0000 |
Description
There should be documentation in Titanium guide for implementing HTTPClient request through Alloy framework.
Currently there is Documentation for simple implementation of HTTPClient but not through Alloy framework.
http://docs.appcelerator.com/titanium/latest/#!/api/Titanium.Network.HTTPClient
The implementation of HTTPClient in alloy is as documented currently. It is the same as implementing it without using alloy.