yearn / yearn-api-archived

Collection of serverless API
23 stars 24 forks source link

Use raw.githack for serving response information for asset images #89

Open sambacha opened 3 years ago

sambacha commented 3 years ago

This changes the URL addressing to use raw.githack instead of serving them via github.

raw.githack.com acts as a caching proxy, forwarding requests to the corresponding service, caching the responses either for a short time (in the case of development URLs) or permanently (in the case of CDN URLs), and relaying them to your browser with the correct Content-Type headers.