From 5e284a1d9c65361e2f72e68985fa1780c047e7e2 Mon Sep 17 00:00:00 2001 From: Stefan Meinecke Date: Sat, 12 Jul 2014 11:18:47 +0200 Subject: [PATCH] Updated class comment. - removed deprecated json property - added missing secure, accept and proxy_ip property --- flight/net/Request.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/flight/net/Request.php b/flight/net/Request.php index 369dc13..628c4f3 100644 --- a/flight/net/Request.php +++ b/flight/net/Request.php @@ -28,9 +28,11 @@ use flight\util\Collection; * length - The content length * query - Query string parameters * data - Post parameters - * json - JSON decoded body for application/json requests * cookies - Cookie parameters * files - Uploaded files + * secure - Connection is secure + * accept - HTTP accept parameters + * proxy_ip - Proxy IP address of the client */ class Request { /**