Class

FridaWebRequest

Description [src]

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

An incoming web request passed to a FridaWebRequestHandler.

Ancestors

Instance methods

frida_web_request_foreach_header

Invokes func for each request header.

frida_web_request_get_method

The HTTP method, such as GET or POST.

frida_web_request_get_path

The request path.

frida_web_request_get_query_string

The raw query string, if any.

frida_web_request_get_body

The request body, if any.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Frida.WebRequest:method

The HTTP method, such as GET or POST.

Frida.WebRequest:path

The request path.

Frida.WebRequest:query-string

The raw query string, if any.

Frida.WebRequest:body

The request body, if any.

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 FridaWebRequestClass {
  /* no available fields */
}

No description available.