Convenience method for adding request headers by looking them up in a properties object.
@param tokens a white space delimited set of tokens that referto headers that will be added to the HTTP request.
@param props Keys of the form [token].name and[token].value are used to lookup additional HTTP headers to be added to the request.
@return The number of headers added to the request
@see #setRequestHeader
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.