Method
FridaWebRequestforeach_header
Declaration
void
frida_web_request_foreach_header (
FridaWebRequest* self,
FridaWebRequestHeaderFunc func,
void* func_target
)
Parameters
func-
Type:
FridaWebRequestHeaderFuncFunction called with each header’s name and value.
func_target-
Type:
void*No description available.
The argument can be NULL.The data is owned by the caller of the method.