Created
January 19, 2016 04:11
-
-
Save IndianGuru/6879a6aee9fef7f145e6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > curl -i http://127.0.0.1:8080/process | |
| HTTP/1.1 200 OK | |
| Date: Sun, 08 Feb 2015 14:09:15 GMT | |
| Content-Length: 187 | |
| Content-Type: text/html; charset=utf-8 | |
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
| <title>Go Web Programming</title> | |
| </head> | |
| <body> | |
| Hello World! | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment