Response
Object Hierarchy:
VSGI.CGI.Response
VSGI.CGI.Response
VSGI.CGI.Response
VSGI.Response
VSGI.Response
VSGI.Response->VSGI.CGI.Response
GLib.Object
GLib.Object
GLib.Object->VSGI.Response
Description:
[
Version ( experimental =
true ) ]
public class Response :
Response
CGI response producing expected headers format.
Content:
Properties:
Creation methods:
Methods:
protected override bool write_headers (MessageHeaders headers, out size_t bytes_written, Cancellable ? cancellable = null ) throws IOError
protected override async bool write_headers_async (MessageHeaders headers, int priority = DEFAULT , Cancellable ? cancellable = null , out size_t bytes_written) throws Error
protected override bool write_status_line (HTTPVersion http_version, uint status, string reason_phrase, out size_t bytes_written, Cancellable ? cancellable = null ) throws IOError
protected override async bool write_status_line_async (HTTPVersion http_version, uint status, string reason_phrase, int priority = DEFAULT , Cancellable ? cancellable = null , out size_t bytes_written) throws Error
Inherited Members:
All known members inherited from class VSGI.Response
All known members inherited from class GLib.Object