Server class for HTTP messages == Description == The ++%http-message++ class is the super class of all HOP messages. == Synopsis == (abstract-class %http-message ...) == Server Definitions == === ++(abstract-class %http-message ...)++ === %http-message ^ fields ^ access ^ type ^ default value ^ short description ^ | date | r | date | | the date of the message | | socket | r/w | socket | | the connection socket | | header | r/w | socket | | the header | | content-length | r | long | | the length of the content | | char-encoding | r | obj | | the character encoding | == See also == %http-message