Class OpenID::Fetcher
In: lib/openid/fetchers.rb
Parent: Object

Base Object used by consumer to send http messages

Methods

get   post  

Public Instance methods

Fetch the content of url, following redirects, and return the final url and page data. Return nil on failure.

Post the body string to url. Return the resulting url and page data. Return nil on failure

[Validate]