See Also: BasicLineFormatter Members
Interface for formatting elements of the HEAD section of an HTTP message. This is the complement to Org.Apache.Http.Message.ILineParser. There are individual methods for formatting a request line, a status line, or a header line. The formatting does not include the trailing line break sequence CR-LF. The formatted lines are returned in memory, the formatter does not depend on any specific IO mechanism. Instances of this interface are expected to be stateless and thread-safe.