*/ public array $queryParams { get; } public string $path { get; } public Cookies $cookies { get; } public ServerEnvironment $server {get;} public RequestBody $parsedBody {get;} public UploadedFiles $files {get;} }