For example, an HTTP client object can be created whose sendGetRequest() method sends an HTTP request to a server in production, while in the test it only returns a prefabricated response without ...
A monthly overview of things you need to know as an architect or aspiring architect.
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 ...