1 / 38

HTTP Protocol Design and Description

6. HTTP Protocol Design and Description. Web Protocols and Practice. HTTP PROTOCOL DESIGN AND DESCRIPTION. Topics. Web Protocols and Practice. HTTP PROTOCOL DESIGN AND DESCRIPTION. Protocol Definition. Web Protocols and Practice. HTTP PROTOCOL DESIGN AND

eliot
Download Presentation

HTTP Protocol Design and Description

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 6 HTTP Protocol Design and Description WebProtocolsandPractice

  2. HTTP PROTOCOL DESIGN AND DESCRIPTION Topics WebProtocolsandPractice

  3. HTTP PROTOCOL DESIGN AND DESCRIPTION Protocol Definition WebProtocolsandPractice

  4. HTTP PROTOCOL DESIGN AND DESCRIPTION Table 6.1. Historical timeline of HTTP-related documents WebProtocolsandPractice

  5. HTTP PROTOCOL DESIGN AND DESCRIPTION Protocol Properties WebProtocolsandPractice

  6. HTTP PROTOCOL DESIGN AND DESCRIPTION Global URI WebProtocolsandPractice

  7. HTTP PROTOCOL DESIGN AND DESCRIPTION Global URI URI URN URL WebProtocolsandPractice

  8. HTTP PROTOCOL DESIGN AND DESCRIPTION HTTP Request WebProtocolsandPractice

  9. HTTP PROTOCOL DESIGN AND DESCRIPTION HTTP Request Format GET /motd HTTP/1.0 Request line Date: Wed,22 Mar 2000 08:09:01 GMT Pragma: No-cache General headers From: gorby@moskvax.com User-Agent: Mozilla/4.03 Request headers <no entity body> Figure 6.1. An HTTP request message WebProtocolsandPractice

  10. HTTP PROTOCOL DESIGN AND DESCRIPTION HTTP Request Format PUT /motd HTTP/1.0 Request line General header Date: Wed,22 Mar 2000 08:09:01 GMT From: gorby@moskvax.com User-Agent: Mozilla/4.03 Request headers Content-Length:23 Allow: GET, HEAD, PUT Entity headers Welcome to Comer’s Vax Entity body Figure 6.2. Another HTTP request message WebProtocolsandPractice

  11. HTTP PROTOCOL DESIGN AND DESCRIPTION HTTP Response WebProtocolsandPractice

  12. HTTP PROTOCOL DESIGN AND DESCRIPTION HTTP Response WebProtocolsandPractice

  13. HTTP PROTOCOL DESIGN AND DESCRIPTION HTTP Response Format Status line HTTP/1.0 200 OK General header Date: Wed,22 Mar 2000 08:09:01 GMT Server: Netscape-Enterprise/3.51 Response header Entity header Content-Length:23 Entity body Welcome to Comer’s Vax Figure 6.2. An HTTP response message WebProtocolsandPractice

  14. HTTP PROTOCOL DESIGN AND DESCRIPTION Statelessness WebProtocolsandPractice

  15. HTTP PROTOCOL DESIGN AND DESCRIPTION Resource Metadata WebProtocolsandPractice

  16. HTTP PROTOCOL DESIGN AND DESCRIPTION HTTP Request methods WebProtocolsandPractice

  17. HTTP PROTOCOL DESIGN AND DESCRIPTION HTTP Request methods WebProtocolsandPractice

  18. HTTP PROTOCOL DESIGN AND DESCRIPTION HTTP Request methods (GET) WebProtocolsandPractice

  19. HTTP PROTOCOL DESIGN AND DESCRIPTION HTTP Request methods (HEAD) WebProtocolsandPractice

  20. HTTP PROTOCOL DESIGN AND DESCRIPTION HTTP Request methods (HEAD) WebProtocolsandPractice

  21. HTTP PROTOCOL DESIGN AND DESCRIPTION HTTP Request methods (POST) WebProtocolsandPractice

  22. HTTP PROTOCOL DESIGN AND DESCRIPTION HTTP Request methods (PUT) WebProtocolsandPractice

  23. HTTP PROTOCOL DESIGN AND DESCRIPTION HTTP Request methods (DELETE) WebProtocolsandPractice

  24. HTTP PROTOCOL DESIGN AND DESCRIPTION HTTP Request methods (LINK and UNLINK) WebProtocolsandPractice

  25. HTTP PROTOCOL DESIGN AND DESCRIPTION HTTP Headers WebProtocolsandPractice

  26. HTTP PROTOCOL DESIGN AND DESCRIPTION HTTP Headers WebProtocolsandPractice

  27. HTTP PROTOCOL DESIGN AND DESCRIPTION HTTP Headers WebProtocolsandPractice

  28. HTTP PROTOCOL DESIGN AND DESCRIPTION General Headers WebProtocolsandPractice

  29. HTTP PROTOCOL DESIGN AND DESCRIPTION Request Headers WebProtocolsandPractice

  30. HTTP PROTOCOL DESIGN AND DESCRIPTION Request Headers WebProtocolsandPractice

  31. HTTP PROTOCOL DESIGN AND DESCRIPTION Request Headers WebProtocolsandPractice

  32. HTTP PROTOCOL DESIGN AND DESCRIPTION Response Headers WebProtocolsandPractice

  33. HTTP PROTOCOL DESIGN AND DESCRIPTION Response Headers WebProtocolsandPractice

  34. HTTP PROTOCOL DESIGN AND DESCRIPTION Entity Headers WebProtocolsandPractice

  35. HTTP PROTOCOL DESIGN AND DESCRIPTION Entity Headers WebProtocolsandPractice

  36. HTTP PROTOCOL DESIGN AND DESCRIPTION HTTP Response Classes WebProtocolsandPractice

  37. HTTP PROTOCOL DESIGN AND DESCRIPTION HTTP Response Classes WebProtocolsandPractice

  38. HTTP PROTOCOL DESIGN AND DESCRIPTION HTTP Response Classes WebProtocolsandPractice

More Related