Github user arcadius commented on a diff in the pull request: https://github.com/apache/ant/pull/31#discussion_r98552982 --- Diff: manual/Tasks/get.html --- @@ -170,6 +170,29 @@ name will be skipped. If the returned name is a relative path, it will be considered relative to the <em>dest</em> attribute.</p> +<h4>header</h4> +<p>Any arbitrary number of HTTP headers can be added to a request.<br/> + The attributes of a nested <pre><header/> </pre> node are as follow: +<p></p> + +<table width="60%" border="1" cellpadding="2" cellspacing="0"> + <tr> + <td valign="top"><b>Attribute</b></td> + <td valign="top"><b>Description</b></td> + <td align="center" valign="top"><b>Required</b></td> + </tr> + <tr> + <td valign="top">name</td> + <td valign="top">The name or key of this header.</td> --- End diff -- Added comment about empty space being trimmed
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org