Http Resources

来源:互联网 发布:linux系统编程 康华 编辑:程序博客网 时间:2024/06/10 18:55

Here are some handy resources for learning more about HTTP:

  • Mozilla Developer Network’s HTTP index page contains a variety of tutorial and reference materials on every aspect of HTTP.

  • The standards documents for HTTP/1.1 start at RFC 7230. The language of Internet standards tends to be a little difficult, but these are the official description of how it’s supposed to work.

  • The standards documents for HTTP/2 are at https://http2.github.io/.

  • If you already run your own web site, Let’s Encrypt is a great site to learn about HTTPS in a hands-on way, by creating your own HTTPS certificates and installing them on your site.

  • For much more about HTTP methods, consult the HTTP standards documents.

原创粉丝点击