com.meterware.httpunit

Class HeadMethodWebRequest

public class HeadMethodWebRequest extends HeaderOnlyWebRequest

A web request using the HEAD method. This request is used to obtain header information for a resource without necessarily waiting for the data to be computed or transmitted.

Author: Russell Gold

Constructor Summary
HeadMethodWebRequest(String urlString)
Creates a new head request from a complete URL string.
HeadMethodWebRequest(URL urlBase, String urlString)
Creates a new head request using a relative URL and base.
Method Summary
StringgetMethod()

Constructor Detail

HeadMethodWebRequest

public HeadMethodWebRequest(String urlString)
Creates a new head request from a complete URL string.

Parameters: urlString the URL desired, including the protocol.

HeadMethodWebRequest

public HeadMethodWebRequest(URL urlBase, String urlString)
Creates a new head request using a relative URL and base.

Parameters: urlBase the base URL. urlString the relative URL

Method Detail

getMethod

public String getMethod()