Hi all,
I have a question regarding Undertow http client. I would like to achieve something
similar to what jetty http client or apache http clients can do. Pretty much just send out
http requests with different kind of method(+possibly include payload). The question is,
if the undertow client classes are meant to be used that way because my google search
haven't found any example of usage like that. Is there any convenient way I could go
for?
Thanks,
David