From c7b6b81c044305a3d65d1d53eb7f7bc172b37bf2 Mon Sep 17 00:00:00 2001 From: Wolfy-J Date: Sun, 30 Sep 2018 18:47:20 +0300 Subject: more tests --- tests/http/push.php | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/http/push.php (limited to 'tests') diff --git a/tests/http/push.php b/tests/http/push.php new file mode 100644 index 00000000..bf56dbb6 --- /dev/null +++ b/tests/http/push.php @@ -0,0 +1,10 @@ +getBody()->write(strtoupper($req->getQueryParams()['hello'])); + return $resp->withAddedHeader("http2-push", __FILE__)->withStatus(201); +} \ No newline at end of file -- cgit v1.2.3