postBytes


Description:

public static HttpResponse? postBytes (string url, uint8[] body)

Sends an HTTP POST request with a binary body.

Parameters:

url

target URL.

body

request body bytes.

Returns:

HTTP response or null on error.