Skip to main content

Basic unfurling

Multi-hop behavior

Some short links resolve through multiple intermediate Google URLs before they become useful. The library preserves that chain when raw artifacts are enabled.
Output

Dead tokens and 404 outcomes

Dead short links do not crash the parser. Instead, you get:
  • status: "ok"
  • resolution.status: "dead-end"
  • a warning diagnostic
  • the final HTTP status when available
That keeps downstream code predictable while still surfacing failure clearly.