Vala.Net.Http.getBytes – Valacore Reference Manual
getBytes
Description:
public
static
uint8
[]?
getBytes
(
string
url)
Sends a GET request and returns the response body as bytes.
Parameters:
url
target URL.
Returns:
body bytes or null on error.