I’ve been working a lot with HTTP related things – HTTP requests, HTTP responses, HTTP methods etc., but I’m not really sure I understand what the protocol itself looks like. Is it a document like a specification?
I’ve been working a lot with HTTP related things – HTTP requests, HTTP responses,
Share
Yes, HTTP is a protocol over TCP/IP defined in the following specification: http://www.w3.org/Protocols/rfc2616/rfc2616.html
This protocol is for example implemented by web servers and client browsers.