rest-vir - v1.0.0
Preparing search index...
getAllowedEndpointMethods
Function getAllowedEndpointMethods
getAllowedEndpointMethods
(
endpoint
:
Readonly
<
Pick
<
EndpointDefinition
,
"methods"
>
>
,
)
:
HttpMethod
[]
Extracts an array of all allowed methods for the given endpoint definition.
Parameters
endpoint
:
Readonly
<
Pick
<
EndpointDefinition
,
"methods"
>
>
Returns
HttpMethod
[]
Package
@rest-vir/define-service
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
rest-vir - v1.0.0
Loading...
Extracts an array of all allowed methods for the given endpoint definition.