Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 10,811 for

http

(0.11 sec)
  1. Host - HTTP | MDN

    The Http Host request header specifies the host and port number of the server to which the request is being sent....Brasil) Русский 中文 (简体) The HTTP Host request header specifies...g., 443 for an HTTPS URL, and 80 for an HTTP URL). A Host header...

    developer.mozilla.org/en-US/docs/Web/HTTP/Heade...
  2. TE - HTTP | MDN

    The Http TE request header specifies the transfer encodings the user agent is willing to accept. The transfer encodings are for message compression and chunking of data during transmission....Português (do Brasil) 中文 (简体) The HTTP TE request header specifies...was applied. Note: In HTTP/2 and HTTP/3 , the TE header field...

    developer.mozilla.org/en-US/docs/Web/HTTP/Heade...
  3. Range - HTTP | MDN

    The Http Range request header indicates the part of a resource that the server should return. Several parts can be requested at the same time in one Range header, and the server may send back these ranges in a multipart document. If the server sends back ranges, it uses the 206 Partial Content status code for the response. If the ranges are invalid, the server returns the 416 Range Not Satisfiable error....Brasil) Русский 中文 (简体) The HTTP Range request header indicates...Forbidden header name No Syntax http Range: <unit>=<range-start>-...

    developer.mozilla.org/en-US/docs/Web/HTTP/Heade...
  4. Priority - HTTP | MDN

    The Http Priority header indicates a client's preference for the priority order at which the response containing the requested resource should be sent, relative to other resource requests on the same connection. If the header is not specified in the request, a default priority is assumed. The server may also include this header in responses in order to indicate it has an interest in changing the prioritization preferences the client advertized. In responses, this information can be used as an input to the prioritization process for caching servers and other servers that are forwarding the response....Remember language Deutsch The HTTP Priority header indicates a...Scheme for HTTP" defined in RFC 9218 . There are also HTTP/2 and HTTP/3...

    developer.mozilla.org/en-US/docs/Web/HTTP/Heade...
  5. PATCH - HTTP | MDN

    The PATCH Http method applies partial modifications to a resource....中文 (简体) 正體中文 (繁體) The PATCH HTTP method applies partial modifications...concept found in CRUD (in general, HTTP is different than CRUD , and...

    developer.mozilla.org/en-US/docs/Web/HTTP/Metho...
  6. Age - HTTP | MDN

    The Http Age response header indicates the time in seconds for which an object was in a proxy cache....Brasil) 中文 (简体) 正體中文 (繁體) The HTTP Age response header indicates...general header included in the HTTP response. Header type Response...

    developer.mozilla.org/en-US/docs/Web/HTTP/Heade...
  7. Vary - HTTP | MDN

    The Http Vary response header describes the parts of the request message (aside from the method and URL) that influenced the content of the response it occurs in. Including a Vary header ensures that responses are separately cached based on the headers listed in the Vary field. Most often, this is used to create a cache key when content negotiation is in use....Brasil) Русский 中文 (简体) The HTTP Vary response header describes...names in a comma-separated list: http Vary: * Vary: <header-name>...

    developer.mozilla.org/en-US/docs/Web/HTTP/Heade...
  8. HTTP | MDN

    超文本传输协议(Http)是一个用于传输超媒体文档(例如 HTML)的应用层协议。它是为 Web 浏览器与 Web 服务器之间的通信而设计的,但也可以用于其他目的。Http 遵循经典的客户端—服务端模型,客户端打开一个连接以发出请求,然后等待直到收到服务器端响应。Http 是无状态协议,这意味着服务器不会在两个请求之间保留任何数据(状态)。... 超文本传输协议 (HTTP)是一个用于传输超媒体文档(例如 HTML)的 应用层 协议。它是为...Web 服务器之间的通信而设计的,但也可以用于其他目的。HTTP 遵循经典的 客户端—服务端模型 ,客户端打开一个连接以...

    developer.mozilla.org/zh-CN/docs/Web/HTTP
  9. PUT - HTTP | MDN

    The PUT Http method creates a new resource or replaces a representation of the target resource with the request content....Русский 中文 (简体) 正體中文 (繁體) The PUT HTTP method creates a new resource...No Syntax http PUT <request-target>["?"<query>] HTTP/1.1 <request-target>...

    developer.mozilla.org/en-US/docs/Web/HTTP/Metho...
  10. GET - HTTP | MDN

    The GET Http method requests a representation of the specified resource. Requests using GET should only be used to request data and shouldn't contain a body....Русский 中文 (简体) 正體中文 (繁體) The GET HTTP method requests a representation...Yes Syntax http GET <request-target>["?"<query>] HTTP/1.1 <request-target>...

    developer.mozilla.org/en-US/docs/Web/HTTP/Metho...