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 { /**