Class

FridaWebResponse

Description [src]

final class Frida.WebResponse : GObject.Object
{
  /* No available fields */
}

A response returned from a FridaWebRequestHandler.

Ancestors

Constructors

frida_web_response_new

Creates a response.

Instance methods

frida_web_response_add_header

Adds a header to the response.

frida_web_response_get_status

The HTTP status code.

frida_web_response_get_body

The response body.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Frida.WebResponse:status

The HTTP status code.

Frida.WebResponse:body

The response body.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct FridaWebResponseClass {
  /* no available fields */
}

No description available.