webclient-strings 978 B

12345678910111213141516171819202122232425262728293031
  1. http_http "http://"
  2. http_200 "200 "
  3. http_301 "301 "
  4. http_302 "302 "
  5. http_get "GET "
  6. http_10 "HTTP/1.0"
  7. http_11 "HTTP/1.1"
  8. http_content_type "content-type: "
  9. http_texthtml "text/html"
  10. http_location "location: "
  11. http_host "host: "
  12. http_crnl "\r\n"
  13. http_index_html "/index.html"
  14. http_404_html "/404.html"
  15. http_content_type_html "Content-type: text/html\r\n\r\n"
  16. http_content_type_css "Content-type: text/css\r\n\r\n"
  17. http_content_type_text "Content-type: text/text\r\n\r\n"
  18. http_content_type_png "Content-type: image/png\r\n\r\n"
  19. http_content_type_gif "Content-type: image/gif\r\n\r\n"
  20. http_content_type_jpg "Content-type: image/jpeg\r\n\r\n"
  21. http_content_type_binary "Content-type: application/octet-stream\r\n\r\n"
  22. http_html ".html"
  23. http_shtml ".shtml"
  24. http_htm ".htm"
  25. http_css ".css"
  26. http_png ".png"
  27. http_gif ".gif"
  28. http_jpg ".jpg"
  29. http_text ".text"
  30. http_txt ".txt"
  31. http_user_agent_fields "Connection: close\r\nUser-Agent: uIP/1.0 (; http://www.sics.se/~adam/uip/)\r\n\r\n"