Complete uncounted bespoke support
[hiphop-php.git] / hphp / test / server / util / server_tests1.inc
blobd0b4983e20a9607618d05346989d8c943d47b045
1 <?hh
3 function request($host, $port, $path, $timeout = 1200) {
4   return http_request($host, $port, $path, $timeout);