Method

FridaWebRequestget_query_string

Declaration

const gchar*
frida_web_request_get_query_string (
  FridaWebRequest* self
)

Description [src]

The raw query string, if any.

Return value

Type: const gchar*

No description available.

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