Login
Products
Sales
Support
Downloads
About
Home
»
Technical Support
»
Elevate Web Builder Technical Support
»
Product Manuals
»
Elevate Web Builder 3 Manual
»
Component Reference
»
TServerRequestMethod
TServerRequestMethod
Unit: WebHTTP
TServerRequestMethod = (rmGet,rmPost,rmHead,rmPut,rmDelete, rmPatch)
Available In:
Client and Server Applications
The TServerRequestMethod enumerated type is used with the
TServerRequest
component to specify the HTTP method for a web server request.
Element
Description
rmDelete
Specifies that the request is an HTTP DELETE request.
rmGet
Specifies that the request is an HTTP GET request.
rmHead
Specifies that the request is an HTTP HEAD request.
rmPatch
Specifies that the request is an HTTP PATCH request.
rmPost
Specifies that the request is an HTTP POST request.
rmPut
Specifies that the request is an HTTP PUT request.
More Support Options
Support Forums
Frequently Asked Questions
Technical Bulletins
Technical Articles
Incident Reports
Roadmap