Go to the source code of this file.
Variables | |
| $api = new dbxApi() | |
| $method = new ReflectionMethod(dbxApi::class, 'emit_http_response_body') | |
| $_SERVER ['REQUEST_METHOD'] = 'HEAD' | |
| $headBody = ob_get_clean() | |
| if($headBody !=='') | $_SERVER ['REQUEST_METHOD'] = 'GET' |
| $getBody = ob_get_clean() | |
| if ( $getBody !=='< html >GET-Body</html >') | |
| if ( $headBody !=='') $_SERVER[ 'REQUEST_METHOD'] = 'GET' |
Definition at line 19 of file dbxApi_head_response_test.php.
| $_SERVER[ 'REQUEST_METHOD'] = 'HEAD' |
Definition at line 10 of file dbxApi_head_response_test.php.
Referenced by dbxWebApp\canonical_home_redirect_target(), dbxForm\check_try_count(), dbxWebApp\check_uri(), dbxBrowser\checkLanguage(), dbxWebApp\content_permalink_redirect_target(), dbxWebApp\get_base_uri(), dbxWebApp\get_base_url(), dbxBrowser\get_ip(), dbxSession\get_request(), dbxWebApp\get_request_route_string(), dbx\dbxHelp\dbxHelp_content\getServerInfoHTML(), dbxBrowser\init(), dbxSession\is_ephemeral_anonymous_session_request(), dbxUpload\process(), dbx\dbxContact\dbxContactForm\run(), dbx\dbxEditor\dbxEditor\run(), dbx\dbxSelfTest\dbxSelfTestRunner\startRun(), dbx\dbxSetup\dbxInstall\systemChecks(), dbxUpload\upload(), and write_php_error_log().
| $api = new dbxApi() |
Definition at line 6 of file dbxApi_head_response_test.php.
Referenced by dbx(), dbxTPL\replaces_dbx(), and dbxWebApp\run().
| $getBody = ob_get_clean() |
Definition at line 22 of file dbxApi_head_response_test.php.
| $headBody = ob_get_clean() |
Definition at line 13 of file dbxApi_head_response_test.php.
| $method = new ReflectionMethod(dbxApi::class, 'emit_http_response_body') |