Determines the HTTP method and path for a given function symbol.
The final method and path are determined from the function name, as well as any @method and @path attributes that may be applied to it.
This function is designed for CTFE usage and will assert at run time.
A tuple of three elements is returned:
See Implementation
Determines the HTTP method and path for a given function symbol.
The final method and path are determined from the function name, as well as any @method and @path attributes that may be applied to it.
This function is designed for CTFE usage and will assert at run time.