We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent def3b50 commit 25fae7cCopy full SHA for 25fae7c
Lib/test/output/test_httplib
@@ -3,3 +3,8 @@ reply: 'HTTP/1.1 200 Ok\r\n'
3
Text
4
reply: 'HTTP/1.1 400.100 Not Ok\r\n'
5
BadStatusLine raised as expected
6
+InvalidURL raised as expected
7
8
+reply: 'HTTP/1.1 200 OK\r\n'
9
+header: Set-Cookie: Customer="WILE_E_COYOTE"; Version="1"; Path="/acme"
10
+header: Set-Cookie: Part_Number="Rocket_Launcher_0001"; Version="1"; Path="/acme"
0 commit comments