Sponsored by Bytecamp
  Syntax Nickname Erstellt Adresse
text decke 01.03.09 16:16 78.142.74.81
  1. // Root/test.hac
  2.  
  3. res.cache = true;
  4. res.write("just testing");
  5.  
  6.  
  7. // HTTP Request
  8. http://localhost:8080/test
  9.  
  10. GET /test HTTP/1.1
  11. Host: localhost:8080
  12. User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.0.6) Gecko/2009021410 Firefox/3.0.6
  13. Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
  14. Accept-Language: en-us,en;q=0.5
  15. Accept-Encoding: gzip,deflate
  16. Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
  17. Keep-Alive: 300
  18. Connection: keep-alive
  19. Cookie: HopSession=127.0.0.4fgzl0th7qba
  20.  
  21.  
  22. HTTP/1.x 200 OK
  23. Date: Sun, 01 Mar 2009 15:15:54 GMT
  24. Server: Jetty/5.1.14 (FreeBSD/7.1-STABLE amd64 java/1.6.0_03-p4
  25. Etag: "lYnzNMb0mH/F3bjgrBwJaw=="
  26. Content-Length: 12
  27. Content-Type: text/html; charset=ISO-8859-1
  28.  
  Code Parsed in 0.005 Sekunden