Answer Posted / Suneel Kumar Prasad
HTTP, or Hypertext Transfer Protocol, is a protocol for transmitting data over the web. It defines how messages are formatted and transmitted between a client (browser) and a server. The main components of HTTP include requests (made by clients) and responses (sent by servers). Requests contain information such as the method (GET, POST, etc.), URL, headers, and body, while responses contain status code, headers, and body. HTTP uses TCP/IP for transporting data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers