Converts an endpoint path into the fetch params needed for its to operate.
Fast-paths simple paths (no : or /*) to avoid recursive template literal parsing.
:
/*
@rest-vir/define-service
Converts an endpoint path into the fetch params needed for its to operate.
Fast-paths simple paths (no
:or/*) to avoid recursive template literal parsing.