MeYoGui

Results 4 comments of MeYoGui

Just throwing an idea here but what I actually do for that purpose is to extract useful information from the `HttpRequest` itself (you can get the `HttpRequest` from the `Webclient.request()`...

Hey @romero 1. I don't have any boilerplate that I need to write each time I use the WebClient. The WebClient needs to be created only once per event loop,...

> When we talk "Query String" everybody knows what it means - encoded url of request. I may disagree a bit here. For me a "Query String" is not only...

I still have the feeling that VertX is already providing everything needed with the "accessors" on the `HttpRequest,` and it's on us to display it the way we want (some...