Class HttpResource


  • public class HttpResource
    extends Object
    • Constructor Detail

      • HttpResource

        public HttpResource​(String path,
                            String httpMethod)
        Creates a new HttpResource instance.
        Parameters:
        path - the relative path URL.
        httpMethod - the http method.
    • Method Detail

      • httpMethod

        public String httpMethod()