Min-Se and Min-Expires
An example of the header is shown below:
Min-SE: 3600 Min-Expires: 60
The header properties are shown in the following table:
Header Level Action |
Add |
Delete |
Modify |
List Entries |
---|---|---|---|---|
Operations Supported |
Yes |
Yes |
Yes |
N/A |
Keyword |
Sub Types |
Attributes |
---|---|---|
Param |
Param |
Read/Write |
Time |
Integer |
Read/Write |
Below are header manipulation examples:
Example 1 |
Rule: |
Add a Min-Se header to the message using a value of 50:
|
||||||||||||
Result: |
Min-SE: 50 |
|||||||||||||
Example 2 |
Rule: |
Modify a Min-Expires header with the min-expires value and add an additional 0:
|
||||||||||||
Result: |
Min-Expires: 340;3400 |
|||||||||||||
Example 3 |
Rule: |
Modify a Min-Expires header changing the time to 700:
|
||||||||||||
Result: |
Min-Expires: 700 |