Skip to content

Instantly share code, notes, and snippets.

@sdesalas
Last active May 23, 2019 06:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sdesalas/a1b1a8a2ddc02ad7a7a39b6243dbd719 to your computer and use it in GitHub Desktop.
Save sdesalas/a1b1a8a2ddc02ad7a7a39b6243dbd719 to your computer and use it in GitHub Desktop.
HTTP RAW REQUEST/RESPONSE
---- HTTP REQUEST ----
GET /index.html HTTP/1.1
Host: sdesalas.com
User-Agent: Mozilla/5.0 (Windows NT 10.0)
--- HTTP RESPONSE ----
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 432
Expires: Wed, 22 May 2019 17:17:34 GMT
<html>
<head><title>Bienvenido a sdesalas.com</title></head>
<body>
<h1>Hola amigos</h1>
</body>
</html>
@sdesalas
Copy link
Author

Request Response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment