Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Basic RestEasyClient usage

Header Image

  1. Creating a RestEasyClient
    • This article covers the basics of creating a RestEasyClient in Java, including instantiation, configuration options, and recommended resources.
  2. Configuring a RestEasyClient
    • This article covers how to set headers and parameters, configure timeouts, and enable gzip compression using RestEasyClient, a powerful library that provides a lot of flexibility and functionality when working with RESTful APIs.
  3. Sending a GET request
    • This article covers how to send a GET request using RestEasyClient by setting the request path, adding query parameters, and retrieving the response.
  4. Sending a POST request
    • This article covers how to send a POST request using the RestEasyClient library, including setting the request path, adding a request body, and retrieving the response.
  5. Sending a PUT request
    • This article covers the basic usage of RestEasyClient for sending a PUT request with a request body and retrieving the response from the server, along with a brief introduction to the library’s features and advantages.
  6. Sending a DELETE request
    • This article covers how to set the request path and retrieve the response when sending a DELETE request using RestEasyClient, including code examples and best practices.

Table of contents