post


Description:

public static HttpResponse? post (string url, string body)

Sends an HTTP POST request with a text body.

Parameters:

url

target URL.

body

request body text.

Returns:

HTTP response or null on error.