HTTP/1.1

Port 80

HTTP/1.1 Reference

Port 80

Overview

HTTP/1.1 (Hypertext Transfer Protocol) is used for web communication. It operates on port 80 and uses a request-response model to serve web content.

Commands

GET GET <path> HTTP/1.1

Retrieves a resource from the server

GET / HTTP/1.1GET /index.html HTTP/1.1GET /style.css HTTP/1.1
help help [command]

Shows available commands or command help

helphelp GET

Tips

  • Type help or ? for command list
  • Type help <command> for details
  • Press Ctrl+L to clear terminal

Further Reading

RFC 2616 - Hypertext Transfer Protocol -- HTTP/1.1 ↗