Advertisement
Guest User

Untitled

a guest
Jun 7th, 2015
568
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.57 KB | None | 0 0
  1. char *response = "HTTP/1.1 200 OK\n"
  2.             "Date: Thu, 19 Feb 2009 12:27:04 GMT\n"
  3.             "Server: MyServer/2.2.3\n"
  4.             "Last-Modified: Wed, 1 Jun 2015 16:05:58 GMT\n"
  5.             "ETag: \"56d-9989200-1132c580\"\n"
  6.             "Content-Type: text/html\n"
  7.             "Content-Length: 179\n"
  8.             "Accept-Ranges: bytes\n"
  9.             "Connection: close\n"
  10.             "\n"
  11.             "<h1>Zdravo</h1> \n"
  12.             "<br> \n"
  13.             "<p>Mozi se cudis so e posebno vo ova strana, no za da ja dobie tvojot browser ne se povrza na Apache </p>\n";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement