Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Method (0.03 sec)

  1. src/main/java/org/codelibs/curl/CurlRequest.java

        public CurlRequest(final Method method, final String url) {
            this.method = method;
            this.url = url;
        }
    
        public Proxy proxy() {
            return proxy;
        }
    
        public String encoding() {
            return encoding;
        }
    
        public int threshold() {
            return threshold;
        }
    
        public Method method() {
            return method;
        }
    
        public String body() {
    Registered: Wed Jun 12 08:29:43 UTC 2024
    - Last Modified: Sun Feb 12 12:21:25 UTC 2023
    - 12.3K bytes
    - Viewed (0)
Back to top