What method of HttpClient would you use to send a GET request?

  • delete()
  • get()
  • post()
  • put()
To send a GET request using HttpClient, you would use the get() method. This method is used to perform HTTP GET requests to retrieve data from a specified URL.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *