Procedural File: HTTPRelay.php
Source Location: /HTTPRelay/HTTPRelay.php
Classes:
HTTPRelay
HTTPRelay 패키지는 HTTP 요청을 간단하게 하거나 또는 HTTP 요청을 다른 서버로 Relay를 하기 위한 기능을 제공한다.
Page Details:
Project: HTTPRelay :: HTTP Relay class File: HTTPRelay.php
HTTPRelay 패키지는 HTTP 요청을 간단하게 하거나 또는 HTTP 요청을 다른 서버로 Relay를 하기 위한 기능을 제공한다. 예제: <?php
/*
* Test code for HTTPRelay
* $Id$
*/
if ( $ccwd == 'tests' ) {
$oldpath = $iniget ('include_path');
$iniset ('include_path', $newpath . ':' . $oldpath);
}
require_once 'HTTPRelay.php';
try {
$buf = $http->fetch ('https://raw.github.com/twbs/bootstrap/master/bower.json', 3);
if ( $buf === false ) {
echo 'ERROR: ' . $http->error . "\n";
exit;
}
echo $e->Message () . "\n";
print_r ($e->TraceAsArray ()) . "\n";
$e->finalize ();
}
/*
* Local variables:
* tab-width: 4
* c-basic-offset: 4
* End:
* vim: set filetype=php noet sw=4 ts=4 fdm=marker:
* vim600: noet sw=4 ts=4 fdm=marker
* vim<600: noet sw=4 ts=4
*/
?>
Tags:
Includes:
HTTPRelay_REQUIRES [line 617]
void HTTPRelay_REQUIRES(
)
|
|
HTTRelay 패키지에서 필요한 의존성을 검사한다.
Tags:
|