The BWTP has been substantially based on HTTP/1.1 and the RFC2616 document
that specifies it. The key differences with HTTP/1.1 are:
* A BWTP connection cannot be directly established by a client, but
must be upgraded from a HTTP connection.
* There is no relationship (like request/response) between inbound
and outbound messages
* There are no methods or statuses associated with messages.
* Messages may either be completely self describing or rely on meta
data associated with the connection that is established during upgrade.
* A message content length is included in the message start line
* An orderly close sequence is specified
* There is no caching mechanism
Note Well: Messages sent to this mailing list are the opinions of the senders and do not imply endorsement by the IETF.