Request is a message type. Message is the basic HTTP communication unit.
HTTP/1.1 defines specification of the Request message.
Request Message
Request message is a message sent from a client to a server.
From the TPM REST API perspective, an HTTP Request message is a RESTful HTTP Request that TPM REST API receives to process.
Request Method
Request method is to be performed on the resource and the resource is identified by URI.
Note: The
application.wadl file describes how to request URI and other HTTP/1.1 protocol parameters.
Request method includes the following methods:
- OPTIONS
- GET
- HEAD
- POST
- PUT
- DELETE
- TRACE
- CONNECT
Copyright © TIBCO Software Inc. All rights reserved.