What does Entity Header Fields field define?
justinxavier 11-July-2008 11:11:09 AM

Comments


www.w3.org/Protocols/rfc2616/rfc2616-sec14.html - 125k -
Posted by crouse


The "entity-header" fields define meta-information about the message-body or, if no body is present, about the resource identified by the request. The term "entity header" is an HTTP 1.1 term where the response body can contain a transformed version of the message body. The original message body is referred to as the "entity". We retain the same terminology for header fields but usually refer to the "message body" rather then the entity as the two are the same in SIP.
Posted by george99


Header Field:

Contains fields that provide additional information about a message,
such as To, From, Subject, and Via.
Certain header fields, such as To, From, and Subject, contain only a
single header field value and appear only once in the header. Certain
header fields, such as Via, Contact, and Route, can appear multiple
times in a header and can contain multiple values separated by a comma.
Following is a sample SIP header:
From:
To: TPU
Subject: Confcall
Call-ID: 132059753@local.xyz.com
Content-Type: application/sdp
CSeq: 1 INVITE
Posted by sagitraz



Posted: 12-July-2008 04:04:56 AM By: sagitraz

Header Field:

Contains fields that provide additional information about a message,
such as To, From, Subject, and Via.
Certain header fields, such as To, From, and Subject, contain only a
single header field value and appear only once in the header. Certain
header fields, such as Via, Contact, and Route, can appear multiple
times in a header and can contain multiple values separated by a comma.
Following is a sample SIP header:
From:
To: TPU
Subject: Confcall
Call-ID: 132059753@local.xyz.com
Content-Type: application/sdp
CSeq: 1 INVITE

Posted: 14-July-2008 12:07:35 PM By: george99

The "entity-header" fields define meta-information about the message-body or, if no body is present, about the resource identified by the request. The term "entity header" is an HTTP 1.1 term where the response body can contain a transformed version of the message body. The original message body is referred to as the "entity". We retain the same terminology for header fields but usually refer to the "message body" rather then the entity as the two are the same in SIP.

Posted: 06-February-2009 03:52:34 AM By: crouse

www.w3.org/Protocols/rfc2616/rfc2616-sec14.html - 125k -