Method

FridaWebRequestget_method

Declaration

const gchar*
frida_web_request_get_method (
  FridaWebRequest* self
)

Description [src]

The HTTP method, such as GET or POST.

Return value

Type: const gchar*

No description available.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.