 |
Changeset 3678
- Timestamp:
- 06/27/08 16:34:49
(5 months ago)
- Author:
- kris
- Message:
--
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r3649 |
r3678 |
|
| 126 | 126 | MultipleChoices = 300, |
|---|
| 127 | 127 | MovedPermanently = 301, |
|---|
| 128 | | MovedTemporarily = 302, |
|---|
| | 128 | Found = 302, |
|---|
| 129 | 129 | SeeOther = 303, |
|---|
| 130 | 130 | NotModified = 304, |
|---|
| … | … | |
| 188 | 188 | static HttpStatus MultipleChoices = {HttpResponseCode.MultipleChoices, "MultipleChoices"}; |
|---|
| 189 | 189 | static HttpStatus MovedPermanently = {HttpResponseCode.MovedPermanently, "MovedPermanently"}; |
|---|
| 190 | | static HttpStatus MovedTemporarily = {HttpResponseCode.MovedTemporarily, "MovedTemporarily"}; |
|---|
| | 190 | static HttpStatus Found = {HttpResponseCode.Found, "Found"}; |
|---|
| | 191 | static HttpStatus TemporaryRedirect = {HttpResponseCode.TemporaryRedirect, "TemporaryRedirect"}; |
|---|
| 191 | 192 | static HttpStatus SeeOther = {HttpResponseCode.SeeOther, "SeeOther"}; |
|---|
| 192 | 193 | static HttpStatus NotModified = {HttpResponseCode.NotModified, "NotModified"}; |
|---|
| r3606 |
r3678 |
|
| 211 | 211 | consume (";Secure"); |
|---|
| 212 | 212 | |
|---|
| 213 | | if (maxAge > 0) |
|---|
| | 213 | if (maxAge >= 0) |
|---|
| 214 | 214 | consume (";Max-Age="c), consume (Integer.format (tmp, maxAge)); |
|---|
| 215 | 215 | } |
|---|
Download in other formats:
|
 |
 |
|
 |
Copyright © 2006-2008 Tango. All Rights Reserved. | Page Width:
Static or
Dynamic