Is it currently possible to use HTTPClientRequest to send requests with content-type multipart/form-data? An example use-case would be to send a request to an endpoint that takes a file as an upload.
In order to test my specific http tasks I would like to know whether they configure the HttpClientRequest properly, e.g. which headers are set, which query, uri, etc. There for it would be quite handy ...