From 325fcb1819fae87699676dfe3ced21c40917b90f Mon Sep 17 00:00:00 2001 From: Wolfy-J Date: Sat, 4 May 2019 19:15:26 +0300 Subject: real ip tests --- tests/http/ip.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/http/ip.php (limited to 'tests/http') diff --git a/tests/http/ip.php b/tests/http/ip.php new file mode 100644 index 00000000..2253e3f8 --- /dev/null +++ b/tests/http/ip.php @@ -0,0 +1,11 @@ +getBody()->write($req->getServerParams()['REMOTE_ADDR']); + + return $resp; +} \ No newline at end of file -- cgit v1.2.3