Class Cookies
In: rinject.rb
Parent: Object

Cookie-Container to store cookies, and retrive them for the next HTTP-request

Methods

add   clean!   new   parse   to_header  

Public Class methods

Public Instance methods

adds cookie to container

deletes all cookies

parses a Set-Cookie-string from HTTP Response Header and adds this cookie

returns string to use with {Cookie => … } for HTTP request

[Validate]