
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
ts.httprequest
Advanced tools
This module for the Appcelerator Titanium Alloy MVC framework is built on the top of the Titanium HTTPClient. It provides simple abstractions and methods to common HTTP operations.
The module defines some shortcut to quickly set headers or data for a request. Also, it will
automatically parse the response and return a JSON object if the corresponding header is
application/json.

Download this repository and install it
tiapp.xml file, add the module to the modules section:<modules>
<module platform="commonjs">ts.httprequest</module>
</modules>
ts.httprequest-commonjs-x.x.x.zip bundle into your root app directory.Or use your favorite package manager
gittio install ts.httprequestvar HTTPRequest = require('ts.httprequest');
var request = new HTTPRequest({
method: 'POST',
url: 'http://www.url.com'
data: {
key: 'value'
},
headers: {
key: 'value'
},
}).then(handleSuccess).catch(handleError);
Create a new request ready to be sent
{Object}config Config object with the following properties:
{String}config.url URL to reach with the request{String}[config.method="GET"] defines method (POST, GET, PUT, DELETE){Object}[config.headers={}] defines request's headers{Object}[config.data={}] defines request's data{Number}[config.timeout=10000] defines request's timeout (ms){Function}config.success progress callback- return
{Promise}A Promise resolved with the request response (formatted)
1.4 Upgrade
progress option is now available as a callback to handle progress1.3 Upgrade
1.0 First version
Appcelerator, Appcelerator Titanium and associated marks and logos are trademarks of Appcelerator, Inc.
Titanium is Copyright (c) 2008-2015 by Appcelerator, Inc. All Rights Reserved.
Titanium is licensed under the Apache Public License (Version 2).
FAQs
simple abstractions and methods to common HTTP operations.
We found that ts.httprequest demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.