Exposed Methods
Last updated
Last updated
The shared library exposes the following endpoints / methods you can call. The payload is always a JSON string expect for the freeMemory
method. You will find the methods also in use in the examples.
This is the basic method you will use to do requests. For full detailed documentation about the payload please take a look at . As you see here on other methods you have to turn the JSON Object into a JSON string before supplying it as the payload parameter.
Get all cookies which are in the provided session for a given URL. The payload should look like this:
Add manual cookies to an existing session. The payload should look like this:
Supply the "id"
of a previous response as string in order to free the allocated memory of the previous response.
Destroy all existing sessions in order to release allocated memory.
Destroy a specific session in order to release allocated memory. The payload should look like this: