Source position: uRESTDWConsts.pas line 285
type TRequestType = (
rtGet,
rtPost,
rtPut,
rtPatch,
rtDelete,
rtOption,
rtAll
);