class Protocol::HTTP::Cookie

def encoded_value

Encode the value of the cookie.
def encoded_value
	URL.escape(@value)
end