Help for this page

Select Code to Download


  1. or download this
    GET abspath
    Host: hostname
    
  2. or download this
    #!/usr/local/bin/perl -w
    
    ...
    
    print "HTTP response code: $http_response_code\n";
    print $http_response->decoded_content;
    
  3. or download this
    http://www.tristatelogic.com/index.html
    
  4. or download this
    GET /index.html HTTP/1.1
    Host: www.tristatelogic.com
    
    HTTP response code: 400
    400 URL must be absolute