Example usage for org.apache.commons.httpclient.methods OptionsMethod subclass-usage

List of usage examples for org.apache.commons.httpclient.methods OptionsMethod subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.httpclient.methods OptionsMethod subclass-usage.

Usage

From source file smartrics.rest.fitnesse.fixture.support.http.OptionsMethod.java

/**
 * Head method, enhanced with support of query parameters.
 * 
 * @author smartrics
 * 
 */

From source file org.zaproxy.zap.network.ZapOptionsMethod.java

/**
 * An HTTP OPTIONS method implementation that ignores malformed HTTP response header lines.
 * 
 * @see OptionsMethod
 */
public class ZapOptionsMethod extends OptionsMethod {