ServerMessage


Object Hierarchy:

Soup.ServerMessage Soup.ServerMessage Soup.ServerMessage GLib.Object GLib.Object GLib.Object->Soup.ServerMessage

Description:

[ CCode ( type_id = "soup_server_message_get_type ()" ) ]
public sealed class ServerMessage : Object

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 `SoupServerMessage`s 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.


Namespace: Soup
Package: libsoup-3.0

Content:

Properties:

Creation methods:

Methods:

Signals:

Inherited Members: