A SoupServerMessage represents an HTTP message that is being sent or
received on a class@Server.
class@Server will create soup.server_message.ServerMessages automatically for
incoming requests, which your application will receive via handlers.
Note that libsoup's terminology here does not quite match the HTTP
specification: in RFC 2616, an "HTTP-message" is *either* a Request, *or* a
Response. In libsoup, a #SoupServerMessage combines both the request and the
response.
An HTTP server request and response pair.
A SoupServerMessage represents an HTTP message that is being sent or received on a class@Server.
class@Server will create soup.server_message.ServerMessages automatically for incoming requests, which your application will receive via handlers.
Note that libsoup's terminology here does not quite match the HTTP specification: in RFC 2616, an "HTTP-message" is *either* a Request, *or* a Response. In libsoup, a #SoupServerMessage combines both the request and the response.