Is Http An RPC?
Sign Up to our social questions and Answers Engine to ask questions, answer people's questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people's questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Manushree Mishra
No http is not a RPC. It could be noted that RPC is not a protocol, it’s a principle that is also used in SOAP while SOAP is an application protocol that uses HTTP. Although RPC uses the HTTP protocol which is again not necessary. RPC is a standard to call code remotely whereas HTTP is just a data transfer protocol. REST calls are there, which work only over HTTP.