igniterealtime / IgniteRealtime-Website

Code for igniterealtime.org
http://www.igniterealtime.org/
9 stars 23 forks source link

Replace Apache HTTP Client 4.5 with 5.3 (and introduce caching) #250

Closed guusdk closed 4 months ago

guusdk commented 4 months ago

This updates the HTTP client used in our 'rest client'. The new client is configured to use client-sided caching, which hopefully reduces the amount of queries that are performed.