HTTP Request
Supertype: request
Definition: request message from a client to a server includes, within the first line of that message, the method to be applied to the resource, the identifier of the resource, and the protocol version in use. IETF:RFC-2616
Note: In MTConnect Standard, a request issued by a clientapplication that sends request for information to an agent. > Note: Examples include software applications or a function that implements the request portion of an interface interaction model. to an agentsoftware that collects data published from one or more piece(s) of equipment, organizes that data in a structured manner, and responds to requests for data from client software systems by providing a structured response in the form of a response document that is constructed using the semantic data model of a Standard. requesting information defined in the HTTP Request Linebegins with a method token, followed by the Request-URI and the protocol version, and ending with CRLF. A CRLF is allowed in the definition of TEXT only as part of a header field continuation. IETF:RFC-2616 > Note: the first line of an HTTP Request describing a specific response document to be published by an agent. .