Method

FridaEndpointParametersset_request_handler

Declaration

void
frida_endpoint_parameters_set_request_handler (
  FridaEndpointParameters* self,
  FridaWebRequestHandler* value
)

Description [src]

Handler invoked for web requests, if any.

Parameters

value

Type: FridaWebRequestHandler

No description available.

The argument can be NULL.
The data is owned by the caller of the method.