Skip to content

Commit

Permalink
changed client request test
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovenoah committed Mar 13, 2024
1 parent 2bcca98 commit f90f450
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
HTTP/1.1 200 Ok
HTTP/1.1 302 Found
Connection: close
Content-Type: text/html
Location: http://localhost/
Location: http://www.google.com/
Status: 302 Found

Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
print("Status: 302 Found")
print("Location: http://localhost/")
print("Content-Type: text/html")
print("Location: http://www.google.com/")
print() # ヘッダーの終わりを示す空行

0 comments on commit f90f450

Please sign in to comment.