Fetch raw text content from an external URL (e.g. GitHub raw, other public URLs). Performs a simple HTTP GET and returns the response body as text. Uses a 15-second timeout (see transport/timeout.ts) to avoid hanging on slow external resources.
transport/timeout.ts
Fetch raw text content from an external URL (e.g. GitHub raw, other public URLs). Performs a simple HTTP GET and returns the response body as text. Uses a 15-second timeout (see
transport/timeout.ts) to avoid hanging on slow external resources.