class Rack::Test::Cookie

def domain

The explicit or implicit domain for the cookie.
def domain
  @options['domain']
end