< Home - < Back

jakarta-commons-httpclient


Information about the package, jakarta-commons-httpclient, which is shipped with common Linux distributions. The jakarta-commons-httpclient package is designed for, Jakarta Commons HTTPClient implements the client side of HTTP.


Package Name:

jakarta-commons-httpclient

Summary:

Jakarta Commons HTTPClient implements the client side of HTTP

Description:

The Hyper-Text Transfer Protocol (HTTP) is perhaps the most significant protocol used on the Internet today. Web services, network-enabled appliances and the growth of network computing continue to expand the role of the HTTP protocol beyond user-driven web browsers, and increase the number of applications that may require HTTP support. Although the java.net package provides basic support for accessing resources via HTTP, it doesn't provide the full flexibility or functionality needed by many applications. The Jakarta Commons HTTP Client component seeks to fill this void by providing an efficient, up-to-date, and feature-rich package implementing the client side of the most recent HTTP standards and recommendations. Designed for extension while providing robust support for the base HTTP protocol, the HTTP Client component may be of interest to anyone building HTTP-aware client applications such as web browsers, web service clients, or systems that leverage or extend the HTTP protocol for distributed communication.

Architecture:

x86_64

Version:

3.1

Release:

0.9.el6_5

Size:

593 k

Repository:

base

From Repository:

Licence:

ASL 2.0



Handy Yum Commands for jakarta-commons-httpclient


Control the jakarta-commons-httpclient package with the following handy commands outlined below.


Command

Description of Command

yum install jakarta-commons-httpclient

This command will install jakarta-commons-httpclient on the server.

yum remove jakarta-commons-httpclient

This command will un-install jakarta-commons-httpclient on the server. When you run this command, you will be asked if you are sure that you want to remove jakarta-commons-httpclient, so you have to manually confirm that you want to do this.

yum -y remove jakarta-commons-httpclient

This command will un-install jakarta-commons-httpclient on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove jakarta-commons-httpclient when using the -y flag.

yum update jakarta-commons-httpclient

This command will update jakarta-commons-httpclient to the latest version. When you run this command, you will be asked if you are sure that you want to remove jakarta-commons-httpclient, so you have to manually confirm that you want to do this.

yum -y update jakarta-commons-httpclient

This command will update jakarta-commons-httpclient to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove jakarta-commons-httpclient when using the -y flag.

yum info jakarta-commons-httpclient

This command will show you core information about the jakarta-commons-httpclient package.

yum deplist jakarta-commons-httpclient

This command will show you the dependencies for jakarta-commons-httpclient. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update jakarta-commons-httpclient

This command will check if there is an update waiting on jakarta-commons-httpclient. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.