Class ServerMessage

All Implemented Interfaces:
Proxy

@Generated("org.javagi.JavaGI") public final class ServerMessage extends GObject

An HTTP server request and response pair.

A ServerMessage represents an HTTP message that is being sent or received on a Server.

Server will create 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 ServerMessage combines both the request and the response.