httprequest.js
This file contains functions for setting up the standard goog.net.XmlHttp factory (and, therefore, goog.net.XhrIo) to work using the HttpRequest object Gears provides.

File Location

gears/httprequest.js


Public Protected Private

Global Functions

goog.Timer.defaultTimerObject()
No description.
code »
goog.gears.HttpRequest.factory_()
XMLHttpRequest
The factory for creating Gears HttpRequest's.
Returns: 
XMLHttpRequest
  The request object.
code »
goog.gears.HttpRequest.optionsFactory_()
The factory for creating the options object for Gears HttpRequest's.
Returns:   The options.
code »
goog.gears.HttpRequest.setup()
No description.
code »

Global Properties

goog.gears.HttpRequest.options_ :
The options object for the Gears HttpRequest.
Code »

Directory gears

File Reference