[TIMOB-18581] Windows: Implement cross-platform mapping of status codes to status text for HTTPClient
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | None |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-02-19T17:21:11.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Windows |
Labels | n/a |
Reporter | Christopher Williams |
Assignee | Russell McMahon |
Created | 2015-02-17T22:20:48.000+0000 |
Updated | 2017-03-14T19:17:35.000+0000 |
Description
http://docs.appcelerator.com/titanium/3.0/#!/api/Titanium.Network.HTTPClient-property-statusText
We currently implement this in the Windows subclass. But it's really just a standard mapping from integer http codes to the text describing that code. See http://www.restpatterns.org/HTTP_Status_Codes or http://httpstatus.es/
Closing ticket as fixed.