jclouds/drivers/apachehc
Vijay Panghal f3c3f3b306 Make user agent header configurable
Jclouds sends default user agent string with each request to cloud
services. But some of the application would like to overide this and
send custom user agent instead.

This commit define a string property to overide this default user agent
string. This property will be applied to all outgoing http request to
cloud services

JCLOUDS-819
2016-12-20 11:02:19 +01:00
..
src Make user agent header configurable 2016-12-20 11:02:19 +01:00
README.txt JCLOUDS-31. remove malformed, duplicate, or unnecessary headers 2013-05-16 21:30:32 -07:00
pom.xml Next development version 2.1.0-SNAPSHOT 2016-11-15 01:12:59 +01:00

README.txt

#
# A driver to use the Apache HTTP Components Client (http://hc.apache.org/) 
# as an encryption library in jclouds.
#
# TODO: Usage example.