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

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

Introduction

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

Usage

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

/**
 * An HTTP TRACE method implementation that ignores malformed HTTP response header lines.
 * 
 * @see TraceMethod
 */
public class ZapTraceMethod extends TraceMethod {

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

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