Virtual Method

AstalApplicationrequest

Declaration

void
request (
  AstalApplication* self,
  const gchar* request,
  GSocketConnection* conn
)

Description

Handler for an incoming request.

Parameters

request

Type: const gchar*

Body of the request .

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
conn

Type: GSocketConnection

The connection which expects the response. .

The data is owned by the caller of the method.