Class HttpRequest

    • Method Detail

      • getUrl

        @NonNull
        public String getUrl()
      • getAbsoluteUrl

        @NonNull
        public String getAbsoluteUrl()
      • getMethod

        @NonNull
        public String getMethod()
      • getBody

        @Nullable
        public String getBody()
      • getContentType

        @NonNull
        public String getContentType()
      • getRequestParams

        @NonNull
        public Map<String,​Object> getRequestParams()
      • getCustomHeaders

        @NonNull
        public Map<String,​String> getCustomHeaders()
      • getResponseDestinationFile

        @Nullable
        @Deprecated
        public File getResponseDestinationFile()
        Deprecated.