Skip to content

Instantly share code, notes, and snippets.

@IndianGuru
Created January 19, 2016 04:11
Show Gist options
  • Select an option

  • Save IndianGuru/6879a6aee9fef7f145e6 to your computer and use it in GitHub Desktop.

Select an option

Save IndianGuru/6879a6aee9fef7f145e6 to your computer and use it in GitHub Desktop.
> 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