Package org.apache.commons.httpclient.methods

Classes implementing HttpMethod for the base HTTP methods.

See:
          Description

Class Summary
DeleteMethod DELETE Method.
GetMethod GET Method.
HeadMethod HEAD Method.
MultipartPostMethod POST Method for Multipart encoded forms.
OptionsMethod OPTIONS Method.
PostMethod POST Method.
PutMethod PUT Method.
TraceMethod TRACE method.
UrlDeleteMethod Deprecated. use DeleteMethod
UrlGetMethod Deprecated. use GetMethod
UrlHeadMethod Deprecated. use HeadMethod
UrlOptionsMethod Deprecated. use OptionsMethod
UrlPostMethod Deprecated. use PostMethod
UrlPutMethod Deprecated. use PutMethod
 

Package org.apache.commons.httpclient.methods Description

Classes implementing HttpMethod for the base HTTP methods.

Since:
1.0


Copyright © 2001-2003 Apache Software Foundation. All Rights Reserved.