Computer Science, asked by jitendra321, 7 months ago

TOTAL POINTS 8
1. How is metadata about an HTTP request transmitted?
Query Parameters
Headers
ISON Body
Path Variables
URL Encoded Body Parameters

Answers

Answered by sneha5744
0

Answer:

During the HTTP transfer the server transfers some metadata to the client about the object which is being transferred. This, during an http GET, is transferred from the server to the client and, during a PUT or a POST, is transferred from the client to the server.

I hope this would help you out..☺️

Answered by shilpa85475
0

Explanation:

The second is that during the HTTP transfer the server transfers some metadata to the client about the object which is being transferred.

This, during an HTTP GET, is transferred from the server to the client and, during a PUT or a POST, is transferred from the client to the server.

The HTTP Content-Language header can provide useful language data related to the page or resource you are retrieving, but the HTTP specification indicates clearly that the intent of this information is to provide metadata about the intended audience of the document, rather than to indicate the actual language of the text itself.

Such metadata may be used for serving the right language version, workflow management, classification, searching, etc.

Similar questions