Sending JSON String with HttpClientRequest Instead of Uint8Array

With the HttpClientRequest, is there a way when the request is sent to send the body as a json string instead of a Uint8Array?
Was this page helpful?