zoukankan      html  css  js  c++  java
  • [knowledge][http] http

    关于,底层承载协议的规定。

       HTTP communication usually takes place over TCP/IP connections. The
       default port is TCP 80 [19], but other ports can be used. This does
       not preclude HTTP from being implemented on top of any other protocol
       on the Internet, or on other networks. HTTP only presumes a reliable
       transport; any protocol that provides such guarantees can be used;
       the mapping of the HTTP/1.1 request and response structures onto the
       transport data units of the protocol in question is outside the scope
       of this specification.

    https://zh.wikipedia.org/wiki/%E8%B6%85%E6%96%87%E6%9C%AC%E4%BC%A0%E8%BE%93%E5%8D%8F%E8%AE%AE

    https://tools.ietf.org/html/rfc2616

    HTTP: The Definitive Guide: The Definitive Guide: 

    https://books.google.com/books?id=qEoOl9bcV_cC&lpg=PT33&ots=zymVTvQt7m&dq=joes-hardware%20http&hl=zh-CN&pg=PP1#v=onepage&q&f=false

    URL:

    基于《HTTP: The Definitive Guide: The Definitive Guide》 中对URL的定义,如下URL中的逗号,属于那个一部分呢? 资源名的一部分?

    https://ark.intel.com/compare/88182,75054,88174

    答案是 path(路径),资源名称也是路径的一部分。

  • 相关阅读:
    二维前缀和
    素数筛法
    dp-最大连续子序列的和
    dp-最长递增子序列 (LIS)
    dp-完全背包(题)
    dp-多重背包
    dp-完全背包
    DP-01背包 (题)
    DP- 01背包问题
    DP-直线分割递推
  • 原文地址:https://www.cnblogs.com/hugetong/p/8108365.html
Copyright © 2011-2022 走看看