Rest API VS HTTPCLIENT | Rest Assured Forum
P
Petchimuthu Pandiyan Posted on 21/12/2020

Hi,

could you explain me the potential difference between Rest api and httpclient. Also, it would be good if you make a video about it. we all will be benefited.

Regards,

Petchimuthu Pandiyan


P
Petchimuthu Pandiyan Replied on 26/12/2020

Hi,

Appreciated if anyone gives an answer to this question. 

 


A
Ashish Thakur Replied on 17/01/2021

HTTP client is for regular http protocols.. sending get and post request

Using REST you can send JSONs. JSON is a different format of sending messages