Direction: Choose the correct option
Q1.
How do you make a GET request with HttpClient?
Direction: Choose the correct option
Q2.
How do you make a POST request with data?
Direction: Choose the correct option
Q3.
How do you type the response from HttpClient?
Direction: Choose the correct option
Q4.
What does the `http.put()` method do?
Direction: Choose the correct option
Q5.
How do you send request headers with HttpClient?
Direction: Choose the correct option
Q6.
How do you send URL query parameters?
Direction: Choose the correct option
Q7.
What is the `http.delete()` method used for?
Direction: Choose the correct option
Q8.
How do you make a PATCH request?
Direction: Choose the correct option
Q9.
What is the purpose of the `reportProgress` option?
Direction: Choose the correct option
Q10.
What is the `responseType` option used for?
