Changeset 289d8e658f9659bf998ae70ea05b244b3b4c1fa3
- Timestamp:
- 04/21/10 16:09:06
(3 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1271866146 +0000
- git-parent:
[85377e0b5fe246ecd22fff6a4efb1894fc3af77d]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1271866146 +0000
- Message:
update docs for redirects, refs #270
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r85377e0 |
r289d8e6 |
|
| 78 | 78 | default="^200$" |
|---|
| 79 | 79 | allowed=".+">The HTTP code that is expected. If the code received does not match this regular expression, the check is marked as "bad."</parameter> |
|---|
| | 80 | <parameter name="redirects" |
|---|
| | 81 | required="optional" |
|---|
| | 82 | default="0" |
|---|
| | 83 | allowed="\d+">The maximum number of Location header redirects to follow.</parameter> |
|---|
| 80 | 84 | <parameter name="body" |
|---|
| 81 | 85 | required="optional" |
|---|