
A Google user
Not very technical. There are a lot of things more one can say about Internet. Minimizing all into HTTP is not the best, and saying that HTTP allows fetching resources isn't correct. TCP allows to fetch resources, whilst HTTP is a application, stateless protocol meant just for Internet and subsequently used for many wireless APIs. HTTP is a way to standardize TCP requests under a protocol which web servers and web browsers do understand. Dear developer, write about things you know next time!
1 person found this review helpful
NextLabs.cc
February 21, 2019
Thanks for your feedback.
As in Application Layer (HTTP) we consider images/html/audio/video/css/js as resources.
while in Transport Layer (TCP) they are segments/packets. There are no conflict.
As the title "HTTP Reference" said this app is focusing on how HTTP (Application Layer) works.
It is good for application developer to know the protocol.