Namespace: Consultingwerk.OERA.RestResource
Interface 
IRestEntitiesOptionsProvider Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implemented by: Consultingwerk.OERA.RestResource.RestEntitiesOptionsProvider




Top Method Summary
Options Name Purpose
CHARACTER GetAllowedMethods (character, logical) Returns the comma-delimited list of HTTP methods supported by the REST endpoint(s) matching the given request URI


Method Detail
Top

CHARACTER GetAllowedMethods (character, logical)

Purpose: Returns the comma-delimited list of HTTP methods supported by the
REST endpoint(s) matching the given request URI
Notes: The returned value is suitable as the value of the "Allow" HTTP
response header for an OPTIONS request. It always contains the
OPTIONS method itself. The supported methods are determined by
both the endpoint definitions (the @RestAddress Can* flags and the
@RestMethod request methods) and the current user's privileges as
checked by the IRequestAuthorizationProvider service.
registered REST endpoint (regardless of the user's privileges)

Parameters:
pcUri CHARACTER
The request URI (relative to the REST entities base address)
plAddressFound LOGICAL
Output flag indicating whether the URI matched any
Returns CHARACTER
The comma-delimited list of supported HTTP methods (e.g. "GET,POST,OPTIONS")


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       06.07.2026 14:26:55