Source position: lhttp.pp line 36
type TLHTTPMethods = set of (
hmHead,
hmGet,
hmPost,
hmDelete,
hmUnknown,
hmPut,
hmPatch,
hmOptions
);