All Downloads are FREE. Search and download functionalities are using the official Maven repository.

lib-python.2.5.test.output.test_cookie Maven / Gradle / Ivy

Go to download

Jython is an implementation of the high-level, dynamic, object-oriented language Python written in 100% Pure Java, and seamlessly integrated with the Java platform. It thus allows you to run Python on any Java platform.

There is a newer version: 2.7.4
Show newest version
test_cookie

Set-Cookie: chips=ahoy
Set-Cookie: vienna=finger
  chips 'ahoy' 'ahoy'
Set-Cookie: chips=ahoy
  vienna 'finger' 'finger'
Set-Cookie: vienna=finger

Set-Cookie: keebler="E=mc2; L=\"Loves\"; fudge=\012;"
  keebler 'E=mc2; L="Loves"; fudge=\n;' 'E=mc2; L="Loves"; fudge=\n;'
Set-Cookie: keebler="E=mc2; L=\"Loves\"; fudge=\012;"

Set-Cookie: keebler=E=mc2
  keebler 'E=mc2' 'E=mc2'
Set-Cookie: keebler=E=mc2
Set-Cookie: Customer="WILE_E_COYOTE"; Path=/acme

        
        

        
        
If anything blows up after this line, it's from Cookie's doctest.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy