How to implement a HTTP API with django

Viewed 25

I have read that HTTP APIs are faster and more light-weight than REST APIs.

Do I understand it correctly that any REST API communicating via http is also a HTTP API while some HTTP API are also REST APIs?

0 Answers
Related