tRESTRequest
Receives GET/POST/PUT/PATCH/DELETE requests from the clients on the server end.
tRESTRequest accepts the HTTP and/or HTTPS requests from the clients and supports GET, POST, PUT, PATCH and DELETE HTTP methods.
Information noteNote:
To enable the HTTPS support, you have to generate a keystore and add some HTTPS security configuration properties in the org.ops4j.pax.web.cfg file of your Runtime container before deploying the service on it. For more information, see HTTP configuration.