Static resource
Template resource
When you register a template URI, Redop infers the handlerparams shape from the placeholders in that URI. For users://{id}/profile, params.id is typed as string.
What to return
{ type: "text", text, mimeType? }for UTF-8 content{ type: "blob", blob, mimeType? }for base64-encoded binary content