Icon TEWBWebServerRequestMethod

Unit: ewbhttpmodule

TEWBWebServerRequestMethod = (rmUnknown,rmGet,rmPost,rmHead,
      rmPut,rmDelete,rmPatch)

This type is used to represent the type of request in the TEWBWebServerRequest RequestMethod property.

ElementDescription
rmDeleteThe request is an HTTP DELETE request.
rmGetThe request is an HTTP GET request.
rmHeadThe request is an HTTP HEAD request.
rmPatchThe request is an HTTP PATCH request.
rmPostThe request is an HTTP POST request.
rmPutThe request is an HTTP PUT request.
rmUnknownThe request is an unknown HTTP request (not used for native server modules - an error will occur before the native server module is called if the request type is unknown).
Image