class Protocol::HTTP::Cookie

def encoded_name

Encode the name of the cookie.
def encoded_name
	URL.escape(@name)
end