Class GData::HTTP::DefaultService
In: lib/gdata/http/default_service.rb
Parent: Object

This is the default implementation of the HTTP layer that uses Net::HTTP. You could roll your own if you have different requirements or cannot use Net::HTTP for some reason.

Methods

Public Instance methods

Take a GData::HTTP::Request, execute the request, and return a GData::HTTP::Response object.

[Validate]