Method

FridaWebRequestHandlerhandle_request

Declaration

void
frida_web_request_handler_handle_request (
  FridaWebRequestHandler* self,
  FridaWebRequest* request,
  GCancellable* cancellable,
  GAsyncReadyCallback _callback_,
  void* _callback__target
)

Description [src]

Handles a single web request.

Parameters

request

Type: FridaWebRequest

The incoming request.

The data is owned by the caller of the method.
cancellable

Type: GCancellable

No description available.

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

Type: GAsyncReadyCallback

No description available.

The argument can be NULL.
_callback__target

Type: void*

No description available.

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