org.apache.commons.httpclient.methods.GetMethod.java Source code

Java tutorial

Introduction

Here is the source code for org.apache.commons.httpclient.methods.GetMethod.java

Source

package org.apache.commons.httpclient.methods;

public class GetMethod {

    public GetMethod() {
    }

    public GetMethod(String uri) {
    }

    public void setQueryString(String queryString) {
    }
}