Lines Matching refs:port
287 ('foo="bar"; port="80,81"; discard, bar=baz',
288 'foo=bar; port="80,81"; discard, bar=baz'),
461 # Netscape cookies work the same as RFC 2965 with regard to port.
598 'spam=eggs; DoMain=.acme.com; port; blArgh="feep"')
599 interact_netscape(c, "http://www.acme.com/", 'ni=ni; port=80,8080')
611 self.assertEqual(cookie.port, DEFAULT_HTTP_PORT)
620 self.assertEqual(cookie.port, "80,8080")
624 self.assertIsNone(cookie.port)
845 # port shouldn't be in request-host
1301 self.assertNotIn("Port", h, "absent port returned with port present")
1308 "port with no value not returned with no value")
1315 "port with single value not returned with single value")
1322 "port with multiple values not returned with multiple "
1348 r'port="90,100, 80,8080"; '
1739 # Test rejection of Set-Cookie2 responses based on domain, path, port.
1783 # illegal port (request-port not in list)
1785 'whiz=ffft; domain=".sol.no"; port="90,100"; '
1789 # legal port
1793 r'port="90,100, 80,8080"; '
1797 # port attribute without any value (current port)
1799 'foo9=bar; version=1; domain=".sol.no"; port; '
1861 'foo2=bar; port="80"; max-age=100; Discard; Version=1')