Q. Which attribute of the HttpRequest object contains GET parameters? (A) POST (B) data (C) GET (D) params ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) GET Explanation: request.GET contains query parameters from the URL.