What Simple module generates or parses X-WSSE headers for Atompub. Document RDoc Installing sudo gem install wsse The basics Demonstration of usage On client ⦠require 'wsse' http = Net::HTTP.start(site, 80) response = http.get('/atom', {'X-WSSE' => WSSE::header('name', 'password')}) On Rails ⦠require 'wsse' h_head = WSSE::parse(request.env['HTTP_X_WSSE']) @o_user = User.find(:first, :conditions
{{#tags}}- {{label}}
{{/tags}}