Function

FridaWebRequestHeaderFunc

Declaration

void
(* FridaWebRequestHeaderFunc) (
  const gchar* name,
  const gchar* val,
  void* user_data
)

Description

No description available.

Parameters

name

Type: const gchar*

No description available.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
val

Type: const gchar*

No description available.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
user_data

Type: void*

No description available.

The data is owned by the caller of the function.