java.lang.Object
org.apache.camel.quarkus.component.http.common.HttpService

@Path("/service/common") @ApplicationScoped public class HttpService extends Object
  • Constructor Details

    • HttpService

      public HttpService()
  • Method Details

    • get

      @Path("/get") @GET @Produces("text/plain") public String get()
    • toUpper

      @Path("/toUpper") @POST @Consumes("text/plain") @Produces("text/plain") public String toUpper(String message)
    • httpsGet

      @Path("/https") @GET @Produces("text/plain") public String httpsGet()
    • compress

      @Path("/compress") @GET @Produces("text/plain") public String compress()