HttpResponse


Object Hierarchy:

Object hierarchy for HttpResponse

Description:

public class HttpResponse : Object

Represents an HTTP response.

Provides access to the status code, headers, and body of the response returned by an HTTP request.

Example:

    var resp = Http.get ("http://localhost:8080/hello");
if (resp.isSuccess ()) {
print (resp.bodyText ());
}


Namespace: Vala.Net
Package: Valacore

Content:

Methods:

Inherited Members:

All known members inherited from class GLib.Object