I am using 3.0.1 version of vertx-when with Vertx 2.1.5. What is the proper way to use WhenHttpClient to
- Set HTTP headers
- Send POST body
Neither the documentation, nor the source code make it clear. I could not find a place in the code where headers or requestBody can be passed in or where they would be added to the HttpClientRequest object.
I am using 3.0.1 version of vertx-when with Vertx 2.1.5. What is the proper way to use WhenHttpClient to
Neither the documentation, nor the source code make it clear. I could not find a place in the code where headers or requestBody can be passed in or where they would be added to the HttpClientRequest object.