Class OpenID::Server::WebResponse
In: lib/openid/server.rb
Parent: Object

I am a response to an OpenID request in terms a web server understands.

I generally come from an Encoder, either directly or from Server.encodeResponse.

Methods

new  

Attributes

body  [RW]  The body of this response.
code  [RW]  The HTTP code of this response as an integer.
headers  [RW]  Hash of headers to include in this response.

Public Class methods

[Validate]