+
-
-
-
- | Path |
- = esc($request->getUri()) ?> |
-
-
- | HTTP Method |
- = esc($request->getMethod(true)) ?> |
-
-
- | IP Address |
- = esc($request->getIPAddress()) ?> |
-
-
- | Is AJAX Request? |
- = $request->isAJAX() ? 'yes' : 'no' ?> |
-
-
- | Is CLI Request? |
- = $request->isCLI() ? 'yes' : 'no' ?> |
-
-
- | Is Secure Request? |
- = $request->isSecure() ? 'yes' : 'no' ?> |
-
-
- | User Agent |
- = esc($request->getUserAgent()->getAgentString()) ?> |
-
+
+
+
+ | Path |
+ = esc($request->getUri()) ?> |
+
+
+ | HTTP Method |
+ = esc(strtoupper($request->getMethod())) ?> |
+
+
+ | IP Address |
+ = esc($request->getIPAddress()) ?> |
+
+
+ | Is AJAX Request? |
+ = $request->isAJAX() ? 'yes' : 'no' ?> |
+
+
+ | Is CLI Request? |
+ = $request->isCLI() ? 'yes' : 'no' ?> |
+
+
+ | Is Secure Request? |
+ = $request->isSecure() ? 'yes' : 'no' ?> |
+
+
+ | User Agent |
+ = esc($request->getUserAgent()->getAgentString()) ?> |
+
-
-
+
+
-
-
-
+
+
-
+
-
$= esc($var) ?>
+
$= esc($var) ?>
-
-
-
- | Key |
- Value |
-
-
-
- $value) : ?>
-
- | = esc($key) ?> |
-
-
- = esc($value) ?>
-
- = esc(print_r($value, true)) ?>
-
- |
-
-
-
-
+
+
+
+ | Key |
+ Value |
+
+
+
+ $value) : ?>
+
+ | = esc($key) ?> |
+
+
+ = esc($value) ?>
+
+ = esc(print_r($value, true)) ?>
+
+ |
+
+
+
+
-
+
-
+
-
- No $_GET, $_POST, or $_COOKIE Information to show.
-
+
+ No $_GET, $_POST, or $_COOKIE Information to show.
+
-
+
- getHeaders(); ?>
-
+ headers(); ?>
+
-
Headers
+
Headers
-
-
-
- | Header |
- Value |
-
-
-
-
-
+
+
+ | Header |
+ Value |
+
+
+
+
+
-
-
- | = esc($h->getName(), 'html') ?> |
- = esc($h->getValueLine(), 'html') ?> |
-
-
-
-
-
+
+
+ | = esc($h->getName(), 'html') ?> |
+ = esc($h->getValueLine(), 'html') ?> |
+
+
+
+
+
-
-