Back to Developer Roadmap

What is HTTP?

src/data/roadmaps/backend/content/what-is-http@R12sArWVpbIs_PHxBqVaR.md

4.01.0 KB
Original Source

What is HTTP?

HTTP (Hypertext Transfer Protocol) transmits hypertext over the web using request-response model. Defines message formatting and server-browser communication. Stateless protocol where each request is independent. Forms foundation of web communication, often used with HTTPS for encryption.

Visit the following resources to learn more: