Structure of HTTP-in-RDF


Connection
The TCP/IP connection which is not really part of HTTP.
Request
The request sent to the server, has 8 subclasses to reflect request types defined by RFC 2616.
Response
The response returned by the server, in reaction to a sent request.
Message Header
The headers of the request and response messages are broken out to simplify querries.
Body
The body of request or response messages, allows different formats