HTTPRequest.postData() method

The request’s post body, if any.

Signature

class HTTPRequest {
  abstract postData(): string | undefined;
}

Returns:

string | undefined